问题描述如下:
我做过一些应用程序开发,对web开发不很了解,特来求助web开发的大神们。
我想找一个能下载漫画的网址。
思路是这样的:
从看漫画的网站源代码中找出他们放漫画图片的链接,用这个链接来下载。
但是看了一些漫画网的源代码后找不到图片的链接,请各位帮帮忙。
例如下面这俩网址:
http://www.xxxcom/comic/17561.html
http://www.xxx.com/080819/hyrz008081909/1368608945404/1368608945406.html
解决方案如下:
<script type=”text/javascript”>var picArr =”d/manhua/naruto/631/1.png|d/manhua/naruto/631/2.png|d/manhua/naruto/631/3.png|d/manhua/naruto/631/4.png|d/manhua/naruto/631/5.png|d/manhua/naruto/631/6.png|d/manhua/naruto/631/7.png|d/manhua/naruto/631/8.png|d/manhua/naruto/631/9.png|d/manhua/naruto/631/10.png|d/manhua/naruto/631/11.png|d/manhua/naruto/631/12.png|d/manhua/naruto/631/13.png|d/manhua/naruto/631/14.png|d/manhua/naruto/631/15.png”</script><script type=”text/javascript” src=”/js/comic.js”></script>
他用的JS传递图片参数,并且也是由JS加载图片的
这里面的就是图片了