问题1: ‘unicodeescape’ codec can’t decode bytes in position XXX: trun错误解决方案
http://blog.csdn.net/u011242657/article/details/64437612
原因:文件路径不对
解决:
方式一:转义的方式 ‘d:\\a.txt‘
方式二:显式声明字符串不用转义 ‘d:r\a.txt‘
方式三:使用Linux的路径/ ‘d:/a.txt‘
时间: 2024-10-28 21:57:43