2020年8月31日

python+requests 测试上传文件接口

摘要: 文件的参数组装: ('文件名',"open打开的文件(rb模式打开)",'文件的类型说明') 关于不同的请求参数类型,使用requests的处理: 1、文件上传(Content-Type: multipart/form-data;),使用files传递 requests.post(url='xxx' 阅读全文

posted @ 2020-08-31 18:26 crystal1126 阅读(1044) 评论(0) 推荐(0) 编辑

selenium疑难杂症

摘要: 1、input输入框无法清空 https://blog.csdn.net/weixin_45081575/article/details/106957533 阅读全文

posted @ 2020-08-31 15:14 crystal1126 阅读(148) 评论(0) 推荐(0) 编辑

导航