var str = "i am syh"; str = str.replace(/\b([a-z])/g,"$1,")這個 $1 和 RegExp.$1 是指同一個嗎?
js的正則表達式問題?
郎朗坤
2018-12-12 19:15:01