Node.js Jade 中的弹出窗口模块

Node.js Module for Popups in Jade

我在 Node.js 中有一个使用模板引擎 Jade 的应用程序。当用户单击提交按钮时,我需要一个模块来显示消息框或类似内容,例如 "Do you really submit?"

如果是浏览器应用程序,您可以轻松使用 confirm 功能(参见 MDN for usage documentation). See this SO answeronclick 结合使用的示例。