... btn.click(); }).catch(swal.noop); } } //純提示訊息框function swalDialog(t, c, i) { swal({ title: t, html: c, type: i, confirmButtonText: "確定" }) ...
確定! 回上一頁