Javascript has two native datatype primitives, Object and Array. Both are classes, so you can use new to instantiate new objects and arrays: var a = new Array ...
確定! 回上一頁