摘要: "use strict"; (function(win){ function ShawnwayValidation(formId,msg){ this.oForm=document.getElementById(formId);//获取表单元素 this.msg=msg; this.rules... 阅读全文