
http
linyu19872008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTTP 模拟POST方式提交
public static String post(String url, String params) { String result = null; try { URL realUrl = new URL(url); HttpURLConnection conn = (HttpURLConnection) realUrl .openConnection(); conn.setDoO原创 2014-02-12 10:01:02 · 562 阅读 · 0 评论 -
HTTP 模拟POST方式提交
public static String post(String url, String params) { String result = null; try { URL realUrl = new URL(url); HttpURLConnection conn = (HttpURLConnection) realUrl .openConnection...原创 2013-03-05 14:16:08 · 124 阅读 · 0 评论