标签: python python-3.x urllib
import urllib.request html = urllib.request.urlopen('http://jshawl.com/python-playground/') s = html.read print(s)
这是我得到的错误:
<< http.client.HTTPResponse对象的绑定方法HTTPResponse.read 0x032B18D0>>
如何修复此错误?我犯了什么错误?