的urllib模塊錯誤,我想推出一個腳本通過網址的urllib得到一個文件,但我總是得到錯誤的序列: 我查了資料,說的東西已棄用,但我無法找到正確的語法。 import urllib
fhand = urllib.urlopen('http://www-dr-chuck.com/page1.htm')
for line in fhand:
print line.strip()
在Python 2.7中嘗試從urllib.request導入Request時,無法找到軟件包。 >>> from urllib.request import Request
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named reque