學習筆記—Python網絡爬蟲(一)

一、網絡資源(URLs)擷取套件。 可以使用REST操作(POST, PUT, GET, DELETE)存取網絡資源。以新浪新聞網站爲例: import requests res = requests.get('http://news.sina.com.cn/china/') res.encoding = 'utf-8' print(res.text) 二、BeautifulSoup4 2.1 將
相關文章
相關標籤/搜索