confirm 弹出信息

if(confirm("真的要删除吗?")){
   alert("点击了确认按钮");
  }
  else{
   alert("点击了取消按钮");
  }

监听用户点击 确认 或 取消事件

posted @ 2017-11-21 12:29  echolife  阅读(385)  评论(0编辑  收藏  举报