欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

php實(shí)現(xiàn)執(zhí)行某一操作時(shí)彈出確認(rèn)、取消對話框

 更新時(shí)間:2013年12月30日 17:13:52   作者:  
當(dāng)執(zhí)行某一操作比如確認(rèn)或者取消時(shí)如何彈出對話框,針對這個(gè)需求,下面使用php來實(shí)現(xiàn)下,感興趣的朋友不要錯(cuò)過
復(fù)制代碼 代碼如下:

<script>
function del(){
if(confirm("確定要?jiǎng)h除嗎?")){
alert('刪除成功!');
return true;
}else{
return false;
}
}
</script>
<button onclick="del()">確定</button>

相關(guān)文章

最新評論