摘要: //exec and match //1 无子类无全局var str='abcde';var reg=/abc/;//alert(str.match(reg)); //abc//alert(reg.exec(str)); //abc//2 有子类无全局var str='abcde';var reg=... 阅读全文
posted @ 2015-05-13 15:24 Debugor 阅读(212) 评论(0) 推荐(0)