0
<%
account = "001"
password = "xxx"
Set httpReq = Server.CreateObject(""MSXML2.XMLHTTP)
httpReq.Open
httpReq.Send
If Error <> "" Then
...
Else
Dim Address
...
End IF
%>
這是什麼語言?它來自HTTP Web服務器上的ASP文件。
HTML頁面是使用XML HTTP POST跨數據發送給它,而我需要它提供從ASP文件識別lanaguage
它看起來很像Visual Basic for Applications。 – usr2564301 2014-09-29 11:09:03
好的,非常感謝 – 2014-09-29 11:30:44