摘要: var TestPrototype = function () { this.propA = 1; this.methodA = function() { return this.propA; } } TestPrototype.prototype = { methodB: function() { 阅读全文
posted @ 2025-02-15 23:00 LH寒酥 阅读(4) 评论(0) 推荐(0)