Using the toString() method on an array will return a string representation of the array: const list = [1, 2, 3, 4] list.toString().
確定! 回上一頁