//canvas.component.html //自定义模板数据 canvas.component.ts import { Component, OnInit, ViewChild, ElementRef, Input } from '@angular/core'; @Component({ selector: 'app-canvas', templateUrl: ... Read More
posted @ 2019-03-04 18:55 第一神坑 Views(1049) Comments(0) Diggs(0)