摘要:
方法一: with open('/path/to/file', 'r') as f: with open('/path/to/file.new', 'w') as g: for line in f.readlines(): if '/local/server' not in line: g.writ 閱讀全文
posted @ 2021-07-02 23:05
子舟
閱讀(101)
評論(0)
推薦(0)
浙公網安備 33010602011771號