在Bootbox 3.2.0中,我可以對以下傳遞的字串使用確認: bootbox.confirm( confirm_string, cancel_string, yes_string, function(r) { if (r) { //do something } } );
確定! 回上一頁