您的位置: 首页 > IT文章 > js 弹出带有确认和取消的问询对话框 js 弹出带有确认和取消的问询对话框 分类: IT文章 • 2022-08-12 10:12:08 index.js const res = window.confirm("Are you a programmer?"); alert(`Your answer is ${res}`);