httpURLConnection-网络请求的两种方式-get请求和post请求
摘要:
GET请求 /** * 从网络获取json数据,(String byte[}) * @param path * @return */ public static String getJsonByInternet(String path){ try { URL url = new URL(path.t... 阅读全文
posted @ 2016-09-19 18:40 Tears_fg 阅读(81563) 评论(0) 推荐(0)
浙公网安备 33010602011771号