To append a single item to an array, use the push() method provided by the Array object: const fruits = ['banana', 'pear', ...
確定! 回上一頁