customRectangle.name = 'myCustom'; Object.keys(customRectangle).forEach(key => { console.log(key, customRectangle[key]); }); // color blue
確定! 回上一頁