//需求:点击取消一直弹窗。 do{ var bool=confirm("我最美吗?。。。"); if(bool){ alert("成功"); } }while(!bool); s 如果点击取消则一直跳出弹框,无法取消