标签:改变 blog from 解决 pre color code 全局 aac
var red = /aa/g; console.log(red.exec("aaaca")); // ["aa", index: 0, input: "aaaca"] console.log(red.exec("aaaca")); // null
标签:改变 blog from 解决 pre color code 全局 aac
原文地址:http://www.cnblogs.com/hjqbit/p/7268483.html