A string is an array-like object. It has a length property and supports indexed access to its characters. So you can use Array.from() method to convert string ...
確定! 回上一頁