以下示例說明了JavaScript Array push()方法:. 範例1:在此示例中,函數push()將數字添加到數組的末尾。 var arr = [34, 234, 567, 4]; print(arr.push(23,45,56)); ...
確定! 回上一頁