[python相關]python 訪問網頁

from:http://fsldn.blog.163.com/blog/static/45464320108284238755/web   簡單的抓取網頁: import urllib.request url="http://google.cn/" response=urllib.request.urlopen(url) #返回文件對象 page=response.read() 服務器 有個辦法直
相關文章
相關標籤/搜索