資源簡介
動態(tài)javascript爬取,接口網(wǎng)址無法打開了,不過可以參考其邏輯,比較簡潔
代碼片段和文件信息
#coding=utf-8
import?requests
import?json
from?prettytable?import?PrettyTable??
?
?
if?__name__==‘__main__‘:
????
????url?=?‘https://data-gkcx.eol.cn/soudaxue/queryProvince.html‘
?
????row?=?PrettyTable()
????row.field_names?=?[“地區(qū)“?“年份“?“考生類別“?“批次““分?jǐn)?shù)線“]
????
????for?i?in?range(134):
????????data?={“messtype“:“json“
??????????????“page“:i
??????????????“size“:50
評論
共有 條評論