摘要:
1、功能点1:页面加载时,对复选框进行默认选中 <input type="hidden" id="exchFeatureCodeValue" value="<c:out value='${actionDescList.exchFeatureCode}'/>"> <tr> <td><input typ 阅读全文
摘要:
1、js对输入字节数进行实时统计:输入的字节数不允许超过500 1.1 字节数统计: function byteLengthCount(varString){ var len = 0; for(var i=0; i 您还可以输入500字节 1.3 实时计算 var length = 500; //去掉左右空格 function trim(s){ ... 阅读全文