摘要: 简单检测脚本: import codecs file_path = '/Users/mac/Downloads/test.xml' with open(file_path) as source_file: data = source_file.read() if data[:3] == codecs 阅读全文
posted @ 2020-05-08 13:23 hello-Jesson 阅读(1112) 评论(0) 推荐(0) 编辑