标题:怎么应用get and post方式点击网页按钮!!!!!!!
取消只看楼主
死亡军团
Rank: 2
等 级:论坛游民
威 望:2
帖 子:166
专家分:20
注 册:2008-11-4
结帖率:100%
 问题点数:0 回复次数:0 
怎么应用get and post方式点击网页按钮!!!!!!!
我想用get and post 的方法点击 http://zhidao.baidu.com/question/81017904.html 该网页的一个ID名为:btn-value 的按钮,我按照书上的写了一点代码:
程序代码:

 private void button1_Click(object sender, EventArgs e)
        {
            string uri = "http://zhidao.baidu.com/question/81017904.html";
            HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(uri);
            using (HttpWebResponse response = (HttpWebResponse)request.GetResponse())
            {
               
            }
        }

之后的就不会写了,有谁能帮我写出剩下的代码啊?
搜索更多相关主题的帖子: request 网页 
2011-06-19 15:38



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-343368-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.469795 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved