摘要:
python bytes 转化成 string 会遇到如下错误: codec can't decode byte 0xff in position 5: illegal multibyte sequence 其实还是编码格式的问题,通过使用: ok_cookies = ok_str.decode(' 阅读全文
posted @ 2016-12-28 16:20
leo.hao
阅读(6008)
评论(0)
推荐(0)