【发布时间】:2014-09-29 11:03:50
【问题描述】:
<%
account = "001"
password = "xxx"
Set httpReq = Server.CreateObject(""MSXML2.XMLHTTP)
httpReq.Open
httpReq.Send
If Error <> "" Then
...
Else
Dim Address
...
End IF
%>
这是什么语言?它来自 HTTP 网络服务器上的 ASP 文件。
一个 html 页面正在使用 Xml Http Post 向其发送数据,我需要它提供的服务
【问题讨论】:
-
它看起来很像 Visual Basic for Applications。
-
好的,非常感谢