var i = {}; 跟 var i = new Object(); 是一個意思,JavaScript 有3中方式定義對象,還有一種: function P (x) { this.x = x; } var i = new P();.
確定! 回上一頁