摘要:
创建一个服务器程序,用来接收和返回数据: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { System.out.pri 阅读全文
posted @ 2017-02-16 15:45
Sharpest
阅读(1142)
评论(0)
推荐(0)
摘要:
转自:https://blog.csdn.net/qq_35114086/article/details/52317311 这里写个测试用例模拟外部调用,通过httppost 传递一个json封装的表单数据。 包:import com.alibaba.fastjson.JSON; import co 阅读全文
posted @ 2017-02-16 15:40
Sharpest
阅读(56477)
评论(0)
推荐(0)