當前位置:成語大全網 - 書法字典 - 如何用python的requests模塊編寫下面的post請求?

如何用python的requests模塊編寫下面的post請求?

進口?要求

url=““

data = {“a“:“123“,“b“:“456“}

RES = requests . post(URL,data)

打印(res.text)