开发者

Scan folder in javascript

I like the JavaScript equivalence of the PHP function:

echo json_encode(glob开发者_Go百科("images/*.jpg")) ?>);

is it possible ?


You can't scan a filesystem with javascript. If your site has empty directory indexing, you can parse the resulting html, and pull out a list of links to images.

In general, you are much better off just putting that php snippet in a file and calling it from javascript.


Javascript does not in any way/shape/form directly support file-based I/O, including reading directory contents.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜