我的网页中有很多名称相同但位于不同文件夹中的图像,例如
<div class="wrapper">
<div id="pictures1" class="effect_1">
<div><img src="pictures/sample/1/01/1/01.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/02.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/03.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/04.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/05.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/06.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/07.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/08.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/09.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/01/1/10.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/x.gif" width="125" height="188"></div>
</div>
<div id="pictures2" class="effect_2">
<div><img src="pictures/sample/1/02/1/01.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/02.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/03.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/04.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/05.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/06.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/07.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/08.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/09.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/1/02/1/10.jpg" width="125" height="188"></div>
<div><img src="pictures/sample/x.gif" width="125" height="188"></div>
</div>
..................... up to 09/../../.jpg
</div>
我的页面中有很多图片,这只是为了示例,当我运行我的应用程序时,加载时间过长并突然崩溃...为什么?