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.
我创建了一个 moin-moin 动作,并想向它添加一些 javascript-y 动画。
这意味着我的表单需要加载一些 javascript 库。
当 moinmoin 为我的操作提供表单时,如何指示它加载一些(外部)javascript 库?
如果你做了一个动作插件,它可以完全控制输出(http 头和正文),所以你可以做任何你想做的事情。
因此,只需创建一些 html 来加载您的 js 并让您的操作发出它。