连锁反应confirm

<script>
function del(){
var flag = confirm("你真要删除么?");
if( flag ){
alert("我已被你抛弃了。")
}else{
alert("真好,我又可以继续陪着你。")
}
}
</script>
<body>
<input type="button" value="删除" onclick="del()">
</body>
posted @ 2017-04-02 10:03  曦言鸢默  阅读(171)  评论(0编辑  收藏  举报