找回密码
 加入
搜索
查看: 2101|回复: 3

[系统综合] 淘宝没返回数据,GET错误了,求帮忙

[复制链接]
发表于 2012-6-30 19:00:12 | 显示全部楼层 |阅读模式
$oHTTP = ObjCreate("microsoft.xmlhttp")
$oHTTP.open("get", "http://detail.tmall.com/item.htm?id=13620534478", False)
$oHTTP.send()
$source1 = $oHTTP.responsetext
MsgBox(0,0,$source1)
发表于 2012-7-1 11:46:22 | 显示全部楼层
这样就可以了。
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.open("POST", "http://detail.tmall.com/item.htm?id=13620534478", False)
$oHTTP.send("")
$source1 = $oHTTP.responsetext
MsgBox(0,0,$source1)
发表于 2012-7-1 11:47:11 | 显示全部楼层
这样也行
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.open("GET", "http://detail.tmall.com/item.htm?id=13620534478", False)
$oHTTP.send()
$source1 = $oHTTP.responsetext
MsgBox(0,0,$source1)
 楼主| 发表于 2012-7-16 02:16:37 | 显示全部楼层
回复 3# ebhb


    我想得到 这个商品的,价格,名字。销量
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-4 07:18 , Processed in 0.079062 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表