?var?str?=?"1abcdefg2";var?reg?=?/[a-z]{0,}$/g;console.log(reg.exec(str));?
JS正則表達(dá)式的問(wèn)題,為什么輸出為空?
懶人3899010
2017-07-10 23:23:35