摘要:
在windows上使用open打开utf-8编码的txt文件时开头会有一个多余的字符它叫BOM,是用来声明编码等信息的,但python会把它当作文本解析解决办法:open的encoding参数for line in open('1.txt', encoding='utf_8_sig' ): 阅读全文
摘要:
http://www.byywee.com/page/M0/S544/544290.htmlBuild->Configuration ManagerCheck whether all project allows to build when the Configuration is Debug.把要... 阅读全文