摘要:
/** * 简单封装 HTTP 请求工具类 */ public static String doPost(String requestUrl, Map params) throws Exception { // 获取连接 URL url = new URL(requestUrl); HttpURLConnection urlConn =... 阅读全文
posted @ 2019-05-14 09:16
微笑的蜗牛
阅读(579)
评论(0)
推荐(0)
浙公网安备 33010602011771号