原创 爬蟲初階一:get和post請求

get和post請求 from urllib import request,parse import json def get(url,headers = None): return urlrequest(url,header