Versions with this page:
Versions without this page:
将/值/添加到该数组的末尾。
并返回该数组的最新长度。
var arr = new Array ("Hello"); arr.Push("World"); // Prints "Hello", "World" print(arr);
注意:此功能仅适用于 javascript。C# 不使用此功能。