Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过节点进程在需要的地方(使用 require("..."))获取文件列表?
UPD,解决方案:模块对象本身包含指向所有必需子模块的链接。
加载的模块存储在 require.cache 对象中。您应该能够检查以查看使用 require() 加载的内容。
http://nodejs.org/docs/latest/api/globals.html#require.cache