findIndex(ch => !chars.includes(ch)); const end = string.length - reverseStart; // 去頭去尾return strArr.slice(start, end).join(''); }
確定! 回上一頁