请求测试——Fiddler2工具(可以测试POST和Get)
使用参考:http://jingyan.baidu.com/article/dca1fa6fa07000f1a44052f6.html
发送POST请求的时候,需要填写发送类型:
发送JSON格式填写:
Content-Type:application/json; charset=utf-8
发送文本填写:
Content-Type:text/html; charset=utf-8
其余填写:
Content-Type: application/x-www-form-urlencoded
百闻不如一见,百见不如一做,只有做了,才知道问题出现在哪儿,才能去解决问题。

浙公网安备 33010602011771号