var str = "12 fff 56 ffg2334";
console.log(str.match(/\d*/g))
*代表匹配0到多個(gè),怎么最后匹配出來(lái)的空字符串我無(wú)法理解,求大神指點(diǎn)
JavaScript正則中星號(hào)的理解?
蕭十郎
2018-07-23 09:51:13