摘要:
<html > <head > <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>中文js测试</title> <script>function isChn(str){ var reg = /^[\u4E00-\u9FA5]+$/; if(!reg.test(str)){ alert("不是中文"); return false; } alert("中 阅读全文
posted @ 2012-11-02 16:24
YangJin
阅读(174)
评论(0)
推荐(0)
浙公网安备 33010602011771号