2016-01-20 67 views

回答

3

你有一個錯字

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

你必須排隊額外= 2.

相關問題