gpt4 book ai didi

file - 我如何在 a 中使用通配符从 Node.js 的目录中读取文件

转载 作者:行者123 更新时间:2023-12-05 02:21:34 40 4
gpt4 key购买 nike

我需要用Node.js从目录中读取文件,文件名都是一些.json 如何在node.js中对文件名部分使用通配符?

最佳答案

您可以使用 glob npm用于使用通配 rune 件名模式匹配

var glob = require("glob")

// options is optional
glob("DIR_PATH/*.json", options, function (er, files) {
// files is an array of filenames.
// er is an error object or null.
})

关于file - 我如何在 a 中使用通配符从 Node.js 的目录中读取文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33743083/

40 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com