-
Notifications
You must be signed in to change notification settings - Fork 0
Home
NiceCui edited this page Sep 3, 2018
·
1 revision
import urllib
url ="http://www.baidu.com"
data = urllib.request.urlopen(url).read()
data =data.decode('UTF-8')
print(data)
阅读更多 登录后自动展开