Python2.7貌似沒request,所以用以下的方法
import urllib
resp = urllib.urlopen('http://www.qq.com')
print(resp.read())
import urllib
resp = urllib.urlopen('http://www.qq.com')
print(resp.read())
2017-03-11
最新回答 / 慕移動9181930
還可以,你練習(xí)多了,也可以的,實在不認(rèn)識了,你就用翻譯軟件翻譯一下你可以在線編程練習(xí),或者將圖片另存為本地,在本地進(jìn)行練習(xí)。
2017-03-09
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''urls' ('urlname','urlhref') values('Wikipedia','https://en.wikipedia.org/wiki/W' at line 1")
2017-03-03