中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

中国DOS联盟论坛
现在时间是 2026-07-02 20:14
中国DOS联盟论坛 » WinPE、PowerShell及其它命令行系统专区 » xmlhttp POST后怎么看不见登录网页? 查看 3,265 回复 0
楼 主 xmlhttp POST后怎么看不见登录网页? 发表于 2010-07-22 13:13 ·  中国 浙江 嘉兴 海宁市 电信
中级用户
★★
积分 360
发帖 216
注册 2007-05-29 17:41
19年会员
UID 89677
性别 男
状态 离线
Dim xmlhttp
Set xmlhttp = CreateObject("msxml2.xmlhttp")
With xmlhttp
.open "POST", "http://www.hnlib.com/", False
.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
.send "tbUid=000&tbPwd=59"
MsgBox .responseText '显示POST之后网页返回的结果
End With
Set xmlhttp = Nothing
论坛跳转: