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.
我希望在仅为特定门户加载特定模块时执行 javascript。
仅在一个门户上,该脚本需要在该模块加载时执行,
这可能吗,你能提供任何参考吗,我已经用谷歌搜索并找到了任何链接
谢谢
这实际上取决于模块是什么,但如果它是一个有限的项目。您可以将所需的 JS 添加到模块的“页眉”或“页脚”中,您可以在模块的“设置”下找到。
这样,您将其作为一次性处理,并且仅在您需要完成的模块实例上完成。