摘要: post请求的请求体有以下两种格式:1. 字符串:'name=code_bunny&age=12' 这种格式的请求体,需要配置请求头'Content-Type':'application/x-www-form-urlencoded'2. json: {name:'code_bunny',age:1... 阅读全文
posted @ 2014-08-04 10:48 诗&远方 阅读(6832) 评论(0) 推荐(0)