split ()是TypeScript中的內置函數,用於通過將字符串分成子字符串來將String對象拆分為字符串數組。 用法: string.split([separator][, limit]).
確定! 回上一頁