vmusicworm 发表于 2010-1-22 16:35:58

采集iframe中的动态图片

大家好..要想采集某个网站上的图片,但是,他的图片是放在iframe中的,而且 src='/OtherFile/201001221633535151.asp' 这一段,是一个动态文件,通过这个动态文件返回一个图片地址,大家觉得这个应该怎么采集
<iframe src='/OtherFile/201001221633535151.asp' width='1001' height='3000' frameborder='no' border='0' marginwidth='0' marginheight='0' scrolling='no' allowtransparency='yes' onload='Javascript:SetPicHeight(this)' ></iframe>

hssl 发表于 2010-1-22 17:00:46

试试多页同时采集
页: [1]
查看完整版本: 采集iframe中的动态图片