摘要: response.setContentType("text/json"); /* 设置字符集为'UTF-8' */ response.setCharacterEncoding("GBK"); 阅读全文
posted @ 2017-03-22 16:08 shizhi15 阅读(412) 评论(0) 推荐(0)
摘要: 首先是: curl中模拟http请求: curl -l 127.0.0.1:8080/spacobj/core/do?acid=100 -H "token:101hh" -H "Content-Type:application/json;charset=GBK" -X POST -d {"telNu 阅读全文
posted @ 2017-03-22 16:07 shizhi15 阅读(3104) 评论(0) 推荐(0)