摘要: 如下: public static String httpPost(String url, String json) { try { URL u = new URL(url); HttpURLConnection httpURLConnection = (HttpURLConnection) u.o 阅读全文
posted @ 2016-04-12 18:03 水柠檬QAQ 阅读(1270) 评论(0) 推荐(2)