You could use the valueOf hack: this.length = { 'valueOf': function (){ return A.length; }, 'toString': function (){ return A.length; } };.
確定! 回上一頁