HttpURLConnection模拟用户登陆
摘要:        
这个话题网上搜一下一大把,大致的方法如下: URL url = new URL("网页");HttpURLConnection connection = (HttpURLConnection) url.openConnection();connection.setDoOutput(true);// 允许连接提交信息connection.setRequestMethod("POST");// 网页...    阅读全文
        
            posted @ 2012-02-11 18:38
山上明月
阅读(21984)
评论(0)
推荐(0)
        
     
                    
                 浙公网安备 33010602011771号
浙公网安备 33010602011771号