The method str.match(regexp) finds matches for regexp in the string str . ... let result = str . match ( / Java(Script) / ) ; alert ( result ...
確定! 回上一頁