摘要: ```python with open('target.txt', 'r', encoding='utf_8_sig') as fp: print(fp.read()) ``` 阅读全文
posted @ 2017-02-07 10:56 夕先生 阅读(1399) 评论(0) 推荐(0) 编辑