摘要: 备忘 1 import urllib.parse 2 import urllib.request 3 # 将数据使用urlencode编码处理后,再使用encoding设置为utf-8编码 4 data = bytes(urllib.parse.urlencode({"word":"hello"}) 阅读全文
posted @ 2020-11-28 15:38 不迁徙候鸟 阅读(101) 评论(0) 推荐(0)