a = new Array(); b = new Object(); a[0] = b; var c = a[0]; // c is now the object we inserted into a...
確定! 回上一頁