私のWebページには同じ名前の画像がたくさんありますが、次のような別のフォルダーにあります
<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>
私のページにはたくさんの画像があります。これは単なるサンプルです。アプリケーションを実行すると、読み込みに時間がかかり、突然クラッシュします...なぜですか?