import requests #目標url url = 'https://www.baidu.com/s?' # 請求引數是一個字典,即wd=Python kw = {'wd': 'python'} # 構造請求頭 headers ...
確定! 回上一頁