fundamental 相关的软件列表

首页

Javascript 面试题随笔

2020-02-16 标签:javascript,面试,随笔,实现,代码,如下,var,fundamental,count,function,test,prototype,increase,n,ew,console,log

实现代码如下: var Fundamental = {count:1}; function Test(){} Test.prototype = Fundamental; Test.prototype.increase = function(){this.count++;}; var test = n