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.
我正在尝试在我的父应用程序中编写一个标签(运行 play-1.2.4),它将检测所有包含的模块并为模块中的所有 js 文件创建标签。这可能吗?我可以以编程方式获取父应用程序中包含的所有模块吗?
如果您只想获取所有插件,可以使用Play.pluginCollection. 如果你想获得所有模块,Play.modules是你想去的地方
Play.pluginCollection
Play.modules