import {SvgRect} from './svg-rect' export class App { document constructor(){ this.document = { rects : [ new SvgRect(), new SvgRect() ] } } } ...
確定! 回上一頁