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.
我在 Node.js 中有一个带有模板引擎 Jade 的应用程序。当用户单击提交按钮时,我需要一个模块来显示消息框或类似内容,例如“您真的提交了吗?”
如果是浏览器应用,可以轻松使用该confirm功能(使用文档见MDN)。有关与 结合使用的示例,请参阅此 SO 答案onclick。
confirm
onclick