python 爬蟲

超級簡單,首先先學會python的文件操作,因爲要寫入到文件中去。python把一切都封裝好了,而且非常簡潔,也簡單。 基礎 1、導入requests模塊 import requests 2、設置url url = 'http://www.baidu.com' 3、發送請求 result = requests.get(url) 4、獲取內容 # 獲取二進制內容 content = result.c
相關文章
相關標籤/搜索