摘要: 在使用Fiddler 提交post表单的时候, 一定要加上以下code: Content-Type: application/x-www-form-urlencoded 意思为: 窗体数据被编码为名称/值对, 就是一个key=>value 另外几种有: multipart/form-data: 窗体 阅读全文
posted @ 2017-01-09 14:28 Wherein 阅读(10152) 评论(0) 推荐(1) 编辑