编程论坛
注册
登录
编程论坛
→
新人交流区
[求助]asp获取价格
axhxh
发布于 2007-10-16 11:34, 234 次点击
怎样用asp获取www.1337.com.cn(罗汉网)价格?
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", "URL", False
xml.Send
xx=xml.responseText
程序中URL是多少???
请高手帮帮忙
0 回复
1