報錯代碼
resp=session.get(url=self.base_url,headers=self.headers,verify=False).content.decode()
print(resp)
報錯內容
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x87 in position 0: invalid start byte
報錯代碼
resp=session.get(url=self.base_url,headers=self.headers,verify=False).content.decode()
print(resp)
報錯內容
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x87 in position 0: invalid start byte
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。