http请求和消息http请求消息示例代码:
http请求使用步骤:1. 创建一个urlURL url = new URL(PathString);2. 使用url打开一个http链接HttpURLConnection urlCon = (HttpURLConnection)url.openConnection();3. 设置请求方法和超时时间urlCon.setRequestMethod("GET");url