摘要:
public String sendPost(){ PrintWriter out = null; BufferedReader in = null; String result = ""; String request_ip=ConfigDate.getProperty("request_ip"); try { String url = "http://"+request_ip+"/findPassword.jo"; URL realUrl = new URL(url); URLConnection conn = 阅读全文
posted @ 2012-12-10 11:39
youngjoy
阅读(1788)
评论(0)
推荐(1)
浙公网安备 33010602011771号