JavaScript RegExp.exec() 與String.match() 練習 ... 找出XX的XX 形容詞加名詞 var regex = /(?<adj>\S\S的)\S\S/; // 或寫成regex_g = new ...
確定! 回上一頁