04 2020 档案
摘要:xlh : { validators : { trigger : 'change', notEmpty : { message : '序列号不能为空' }, threshold : 15,// 有15字符以上才发送ajax请求 remote : {// ajax验证。server result:{"
阅读全文
摘要:$('#xlh').on("input propertychange", function() { });不能使用 onChange事件,这个事件的触发需要失去焦点才可以。
阅读全文
摘要:$('#isAutoGetAdd').is(':checked')
阅读全文
摘要:Application.OnException := self.doException;procedure TForm1.doException(Sender: TObject; E: Exception); var sError: string; begin sError := '应用程序级异常,
阅读全文