摘要:
def main(): with open('Temp1.txt','r',encoding='utf-8') as f: lines = f.readlines() print(lines) with open('Temp1.txt','w',encoding='utf-8') as f_1: f 阅读全文
posted @ 2019-06-02 16:00
虎牙烤羊腿
阅读(405)
评论(0)
推荐(0)
2019年6月2日