坐落在urllib.request里蟒蛇3头(Set the header in urllib.re

2019-11-04 07:01发布

什么是 (指?)的在下面的代码的含义?

headers = ['Content-length']=str(len(bytes(body, 'utf-8')))

return urllib.request.Request(theurl, bytes(body, 'utf-8'), headers)

:SOURSE 在Python 3返回从服务器应答的情况下提出BadStatusLine异常

文章来源: Set the header in urllib.request python 3