摘要: java.netGet请求try { URL url = new URL(""); URLConnection connection = url.openConnection(); HttpURLConnection http... 阅读全文
posted @ 2015-05-21 14:20 MingFung_Liu 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 构建JSON文本方法1.// 假设现在要创建这样一个json文本 // { // "phone" : ["12345678", "87654321"], // 数组 // "name" : "yuanzhifei89", // 字符串 // "age" : 1... 阅读全文
posted @ 2015-05-21 14:04 MingFung_Liu 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liuhe688/article/details/6415593 阅读全文
posted @ 2015-05-21 11:12 MingFung_Liu 阅读(99) 评论(0) 推荐(0) 编辑