ES6 class Widget { constructor(id) { this.id = id; this.x = 0; this.y = 0; } }. If you try compiling example above with tsc utility (TypeScript compiler) ...
確定! 回上一頁