URL url = new
HttpURLConnection con = (HttpURLConnection)url.openConnection();   
"User-Agent","略");    
new BufferedReader(new InputStreamReader(con.getInputStream(), "GB2312"));