Topic: 请教:如何在提取一个网页中包含的所有图片的URL |
Print this page |
1.请教:如何在提取一个网页中包含的所有图片的URL | Copy to clipboard |
Posted by: hikelee Posted on: 2005-03-12 00:11 各位大哥,请教了,最好有示例代码,谢谢!我想可能用正则表达式,但不知道怎么用?,先谢谢了. |
2.Re:请教:如何在提取一个网页中包含的所有图片的URL [Re: hikelee] | Copy to clipboard |
Posted by: kjjx Posted on: 2005-04-10 19:55 用js即可 for(int i=0;i<document.images.size;i++){ document.images[i].src=... } |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |