2016-01-20 133 views

回答

3

你有一个错字

import urllib.request 
x = urllib.request.urlopen("https://www.google.com") 
print(x.read()) 

你必须排队额外= 2.

相关问题