Consider the following Javascript script: 12345678const regex = /<(\w+)>/gconst testString ... console.log(regex.exec(testString)[1])
確定! 回上一頁