注册 登录
编程论坛 VB6论坛

post提交数据怎样浏览网页

ymhy12345 发布于 2014-02-21 20:52, 446 次点击
程序代码:
Dim myurl As String, send_data As String, my_head As String
myurl = “网址”send_data = “user=帐号&pass=密码”my_head = “Content-Type: application/x-www-form-urlencoded” '

Inet1.Execute myurl, “POST”, send_data, my_head

WebBrowser1.Navigate "网址",好像不行




0 回复
1