print(response.text)編碼錯誤
UnicodeEncodeError: 'gbk' codec can't encode character '\xee' in position 22325: illegal multibyte sequence
不知道是哪個位置的編碼,我嘗試過print(response.text.decode('utf-8'))和print(response.text.encode('utf8').decode('utf-8'))都不行
windows 10
pycharm
2019-05-07
已解決