摘要:
URL wsUrl = new URL("http://192.168.1.1:8080/webservice"); HttpURLConnection conn = (HttpURLConnection) wsUrl.openConnection(); conn.setDoInput(true); conn.setDoOutput(true); ... 阅读全文
posted @ 2017-01-05 11:56
哎呦喂,我的小祖宗╰つ
阅读(958)
评论(0)
推荐(0)
浙公网安备 33010602011771号