無標題文章

2017-11-22  本文已影响0人  Dew_Sniega

import urllib2

req =urllib2.Request('http://...........')

reaponse = urllib2.urlopen(req)

with open('D:/test.html','wb')  as f:

f.write(response.read())

f.close()

上一篇 下一篇

猜你喜欢

热点阅读