什么是体 (指?)的在下面的代码的含义?
headers = ['Content-length']=str(len(bytes(body, 'utf-8')))
return urllib.request.Request(theurl, bytes(body, 'utf-8'), headers)
:SOURSE 在Python 3返回从服务器应答的情况下提出BadStatusLine异常
什么是体 (指?)的在下面的代码的含义?
headers = ['Content-length']=str(len(bytes(body, 'utf-8')))
return urllib.request.Request(theurl, bytes(body, 'utf-8'), headers)
:SOURSE 在Python 3返回从服务器应答的情况下提出BadStatusLine异常