import urllib.requestresp=urllib.request.urlopen(“http://127.0.0.1:5000”)__print(html)获取网站的HTML文本数据,缺少的语句是()
A. html=resp.read.decode()
B. html=resp.read().decode()
C. html=resp.read.encode()
D. html=resp.read().encode()
查看答案
该试题由用户705****64提供
查看答案人数:33726
如遇到问题请
联系客服
正确答案
该试题由用户705****64提供
查看答案人数:33727
如遇到问题请联系客服