gpt4 book ai didi

node.js - ** 在路径中是什么意思?

转载 作者:IT老高 更新时间:2023-10-28 23:10:04 25 4
gpt4 key购买 nike

我一直在为我的 Web 应用程序设置 Grunt 以自动构建它,并且我看到了类似的路径

/path/to/file/**/*.js

我明白一个通配符是什么意思,但是连续 2 个是什么意思?

最佳答案

/path/to/file/**/*.js 匹配 /path/to/file//* 之间的任意数量的目录。 js。与 /path/to/file/*/*.js 不同,它匹配 /path/to/file/ 之间的 single 目录和 /*.js.

关于node.js - ** 在路径中是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17205713/

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