import requests kv={“wd”:“你好”}#拼接的内容用字典储存r=requests.request(“GET”,“http://www.baidu.com/s”,params=kv) print(r.url) print(r.text).
確定! 回上一頁