摘要: var Something = { cool: function () { this.greeting = 'Hello World'; this.count = this.count ? this.count + 1 : 1; } } Something.cool(); Something.gre 阅读全文
posted @ 2020-04-07 06:26 wzndkj 阅读(141) 评论(0) 推荐(0) 编辑