新人求助,如何采集这样的图片
例子1:http://www.coach.com/content/product.aspx?product_no=11641&category_id=1775如果不能实现抓取点击后的大图,那能抓到较小的这个也是可以的。
例2:
http://www.abercrombie.com/webapp/wcs/stores/servlet/product_10051_10901_442766_-1_12213_12202
一个款式出现多张图片,点击颜色的时候会换图片,如何将他们都采集下来呢?
----
弄了一个通宵也没有搞明白,搜索也没有看到类似的例子,只好发上来问了。
谢谢,向高手致敬。
PS:有愿意帮助编写此类网站规则的高手请联系我的QQ 16631175,价格面议 prodImage01.src = '/anf/onlinestore/collection/17400_01_p.jpg';
skuArray01 = new skuObj(25240133, 442767, "S", "1","", false);
skuArray01 = new skuObj(25240146, 442768, "M", "2","", false);
skuArray01 = new skuObj(25240159, 442769, "L", "3","", false);
skuArray01 = new skuObj(25240162, 442770, "XL", "4","", false);
skuArray01 = new skuObj(25240175, 442771, "XXL", "5","", false);
skuArray01.sort(customSort);
colorArray = new colorObj(01, "White", "$69.50", "69.5", "100% sueded cotton, moose embroidery, interior grosgrain neck taping, straight collar with collar stays, colored bottom button stitching, Vintage Abercrombie Wash, Muscle Fit, Imported", prodImage01, skuArray01);
skuArray02 = new Array();
prodImage02 = new Image();
prodImage02.src = '/anf/onlinestore/collection/17400_02_p.jpg';
skuArray02 = new skuObj(25240188, 442772, "S", "1","", false);
skuArray02 = new skuObj(25240191, 442773, "M", "2","", false);
skuArray02 = new skuObj(25240201, 442774, "L", "3","", false);
skuArray02 = new skuObj(25240214, 442775, "XL", "4","", false);
skuArray02 = new skuObj(25240227, 442776, "XXL", "5","", false);
skuArray02.sort(customSort);
colorArray = new colorObj(02, "Red", "$69.50", "69.5", "100% sueded cotton, moose embroidery, interior grosgrain neck taping, straight collar with collar stays, colored bottom button stitching, Vintage Abercrombie Wash, Muscle Fit, Imported", prodImage02, skuArray02);
skuArray03 = new Array();
prodImage03 = new Image();
prodImage03.src = '/anf/onlinestore/collection/17400_03_p.jpg';
skuArray03 = new skuObj(25240285, 442782, "S", "1","", false);
skuArray03 = new skuObj(25240298, 442783, "M", "2","", false);
skuArray03 = new skuObj(25240308, 442784, "L", "3","", false);
skuArray03 = new skuObj(25240311, 442785, "XL", "4","", false);
skuArray03 = new skuObj(25240324, 442786, "XXL", "5","", false);
skuArray03.sort(customSort);
colorArray = new colorObj(03, "Plaid", "$69.50", "69.5", "100% sueded cotton, moose embroidery, interior grosgrain neck taping, straight collar with collar stays, colored bottom button stitching, Vintage Abercrombie Wash, Muscle Fit, Imported", prodImage03, skuArray03);
skuArray04 = new Array();
prodImage04 = new Image();
prodImage04.src = '/anf/onlinestore/collection/17400_04_p.jpg';
skuArray04 = new skuObj(25240230, 442777, "S", "1","", false); 代码里就有所有图片地址 第一个呢?找不到图片地址呀
第二个我是在代码里看到了,规则怎么写呢? 仔细一看。确是丰硕。 原帖由 unkook 于 2008-9-19 12:18 发表 http://bbs.locoy.com/images/common/back.gif
第一个呢?找不到图片地址呀
第二个我是在代码里看到了,规则怎么写呢?
建议教程区多多的逛逛,会有新的发现的。
页:
[1]