摘要: function Shape(name) { this.id = Utils.getUID(); this.name = name; } Shape.prototype = { destroy: function() {}, check: function() {} } function Circl 阅读全文
posted @ 2017-07-19 10:40 springmin 阅读(91) 评论(0) 推荐(0) 编辑