摘要: 转自http://www.cnblogs.com/jane-y/articles/5183859.html 1、test test 返回 Boolean,查找对应的字符串中是否存在模式。var str = "1a1b1c";var reg = new RegExp("1.", "");alert(r 阅读全文
posted @ 2016-03-20 14:22 人生不断学习 阅读(336) 评论(0) 推荐(0) 编辑