var arr = new Array ("Hello"); arr.Push("World"); // Prints "Hello", "World" print(arr);. Note: This is javascript only. C# does not use this feature.
確定! 回上一頁