post的三种请求
摘要:
常用的提交方法包括:1. application/x-www-form-urlencoded:将所有数据编码成key-value形式提交,适用于表单数据提交。2. multipart/form-data:将所有数据编码成multipart/form-data形式提交,适用于文件上传等场景。3. ap 阅读全文
posted @ 2023-04-18 17:30 jiapengchu 阅读(198) 评论(0) 推荐(0) 编辑