-1

通常我使用 webbrowser 控件在 VB.NET 中登录网站

例如 WebBrowser1.Document.GetElementById("username").SetAttribute("value", TextBox1.Text) WebBrowser1.Document.GetElementById("password").SetAttribute("value", TextBox2.Text) WebBrowser1.Document.GetElementById(" .login").InvokeMember("点击")

如果我不使用 webbrowser 控件登录,我该怎么办?

4

1 回答 1

0

您将需要构建自己的 Http 请求。

看看HttpWebRequest 类

于 2013-04-08T08:22:56.000 回答