当我使用 array.includes(regex); 时,返回 false 。我错过了什么吗? 最佳答案. 使用 Array.some var yourRegex = /pattern/g ; var atLeastOneMatches ...
確定! 回上一頁