摘要:
import sys file_old=sys.argv[0] file_new=sys.argv[1] find_str=sys.argv[2] replace_str=sys.argv[3] with open(file_old, 'r', encoding='utf-8') as f, \ open(file_new, 'w', encoding='utf-8')... 阅读全文
posted @ 2017-12-22 11:52
努力的活着_在人间
阅读(115)
评论(0)
推荐(0)

浙公网安备 33010602011771号