摘要: JS:functioncheckWord(len){varsrc=window.event.srcElement;varstr=trim(src.value);myLen=0;i=0;for(;(i<str.length)&&(myLen<=len);i++){if(str.charCodeAt(i)>0&&str.charCodeAt(i)<... 阅读全文
posted @ 2009-01-09 15:09 T#S 阅读(286) 评论(0) 推荐(0)