摘要: 1. API 1.1 发送POST请求: import urllib.request import urllib.parse url = "http://www.httpbin.org/post" # 请求数据 data = bytes(urllib.parse.urlencode({"name": 阅读全文
posted @ 2022-01-26 20:16 chuangzhou 阅读(39) 评论(0) 推荐(0)