摘要:
public static String doPostJson(String url, String param) { String responseBody = ""; HttpPost httppost = new HttpPost(url); StringEntity entities = new StringEntity(param, "UTF-8"); entit... 阅读全文
posted @ 2017-08-29 16:42
JLCUI
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号