而Regular Expression(以下簡稱RE) 其實就只是把這些規則用特定的 ... var re = /^A(\d+)Z$/ console.log('A12345Z'.match(re)) /* 0: "A12345Z" 1: ...
確定! 回上一頁