0

I have a folder named "img" and i want to use js to look up the folder and find all the image files (jpg,JPG or png) and preload them and assign them to an array.

Can this be done in terms of looking up a folder like that on my server? Or does client code not allow you to loop through files in a folder?

4

2 に答える 2

2

ディレクトリの参照が有効になっている場合は、自動生成されたディレクトリ ページを解析できます。ディレクトリ出力がどのように見えるかを知らずに、ここにそれを書くのは難しいでしょう.

それ以外の場合は、サーバー コードを記述する必要があります。

于 2012-06-26T01:58:14.373 に答える
1

クライアント側の JS でそれを行う方法はありません。探しているリソースの正確な名前を知っている必要があります。「ブラウズ」する方法はありません。

于 2012-06-26T01:58:41.020 に答える