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()

时间:2024-03-06 23:53:03

相似题目