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.
我想知道如何使确认框具有与取消和确定不同的按钮
function start(){ confirm ("Hello how are you")buttons("Fine", "Not good"); }
在快速谷歌搜索后,我找到了使用 Jquery 创建自定义对话框的教程。