Garray

博客园 首页 新随笔 联系 订阅 管理

2014年2月17日 #

摘要: 核心代码: function haveChinese(str,c){ if(escape(str).indexOf(escape(c))!=-1){ retrun true; } return false; } 阅读全文
posted @ 2014-02-17 19:55 Garray 阅读(174) 评论(0) 推荐(0) 编辑