摘要: class Point { constructor(item) { this.value = item.value; this.name = item.name; this.icon = 'circle'; this.percent = item.pe... 阅读全文
posted @ 2018-06-01 18:00 happynood 阅读(203) 评论(0) 推荐(0)