摘要: 1 public static String doPostStr(String httpUrl, String str) { 2 HttpPost httpPost = null; 3 try { 4 HttpClient client = getHttpClient(); 5 httpPost = new... 阅读全文
posted @ 2016-03-25 12:41 是倩倩不是欠欠 阅读(689) 评论(0) 推荐(0)