摘要: 一、post请求 /** * jsonObject:入参对象 * url:访问地址 */ public static String getResult(JSONObject jsonObject, String url) { HttpPost post = new HttpPost(url + "/ 阅读全文
posted @ 2022-05-13 17:06 御坂10027 阅读(9) 评论(0) 推荐(0)