Python-报错UnicodeDecodeError: 'gbk' codec can't decode byte 0xff in position 0: illegal multibyte sequence
摘要:
代码如下: #-*-coding:utf-8-*-from sys import argv script, from_file, to_file =argv print(open(from_file).read())input('>')open(to_file,'w').write(open(fro 阅读全文
posted @ 2019-08-22 15:19 Oohlala 阅读(29238) 评论(1) 推荐(2)
浙公网安备 33010602011771号