js彈出提示框判斷是否

var returnVal = window.confirm("添加數據成功\n是否繼續添加?", "標題"); if(!returnVal) { window.location.href = "Index.php"; }
相關文章
相關標籤/搜索