如何让消息出现在中间,而不是 OK 和 Cancel 以便它是 Yes 和 No,也可以在此函数中直接将样式应用于消息(字体更粗,窗口更漂亮)并删除短语 -确认 localhost 页面上的操作:...
else if($('#type').val() == 1 && $('#name_pred').val() == 0){
strMessage = (typeof strMessage !== 'undefined') ? strMessage : 'Обращение в отношении заявителя?';
return !!confirm( strMessage );
}
标准确认不能定制。但是你可以做一些选择。