摘要:
<html><body><script language=javascript> //CharMode函数 //测试某个字符是属于哪一类. function CharMode(iN){ if (iN>=48 && iN <=57) //数字 return 1; if (iN>=65 && iN <=90) ... 阅读全文
posted @ 2009-09-16 08:48
侯Vincent
阅读(735)
评论(1)
推荐(0)
