摘要:
public String sendHttpMessage(String urlStr) { URL url = null; HttpURLConnection httpurlconnection = null; try { url = new URL(urlStr); // 以post方式请求 httpurlconnection = (Ht... 阅读全文
posted @ 2017-11-24 13:54
发丝有些凌乱丶
阅读(136)
评论(0)
推荐(0)

浙公网安备 33010602011771号