HttpURLConnection接口中用Get方式传递参数 ? 1 2 3 //HttpURLConnection接口中用Get方式传递参数 String httpUrl = "http://3g.renren.com/home.do?" ;//此处为人人网的个人主页地址 HttpURLConnection接口中用Post方式传递参数 ?