访问-接收
yilishaly9
这个作者很懒,什么都没留下…
展开
-
get------url-----request.getParameter(" ")
访问:urlMessage="www.baidu.com?a=1&b=2&c=3"; public static String doGet(String urlMessage) throws Exception { //创建连接 URL url = new URL(urlMessage.toString()); //u...原创 2019-01-10 17:05:51 · 525 阅读 · 0 评论 -
post--------url-----String
发送请求 public static void main(String[] args) { String url = "http://localhost:8086/LoveCartoon_ZC/notify_test?a=1"; String result = ""; try { result = Common...原创 2019-01-11 18:31:03 · 463 阅读 · 0 评论