requests模塊發送帶headers的Get請求和帶參數的請求

1.在PyCharm開發工具中新建try_params.py文件;    2.try_params.py文件中編寫代碼: import requests #設置請求Headers頭部 header = {"User-Agent" : "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;"} #請求輸入參數 p = {"wd
相關文章
相關標籤/搜索