摘要: //原始创建类 function UIGoods(gd) { this.data = gd this.choose = 0 } UIGoods.prototype.getTotalPrice = function () { return this.data.price * this.choose } 阅读全文
posted @ 2024-03-12 10:07 howhy 阅读(4) 评论(0) 推荐(0) 编辑