Posted in Javascript onFebruary 11, 2014
function checks(t){ szMsg="[#_%&'/",;:=!^]"; alertStr=""; for(i=1;i<szMsg.length+1;i++){ if(t.indexOf(szMsg.substring(i-1,i))>-1){ alertStr="请勿包含非法字符如[#_%&'/",;:=!^]"; break; } } if(alertStr != ""){ alert(alertStr); return false; } return true; }
JS检测输入字符是否包含非法字符的示例代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@