开发者

Scan folder in javascript

开发者 https://www.devze.com 2023-01-13 14:58 出处:网络
I like the JavaScript equivalence of the PHP function: echo json_encode(glob开发者_Go百科(\"images/*.jpg\")) ?>);

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

精彩评论

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

关注公众号