JS实现截图功能 var Class = { create: function() { return function() { this.initialize.apply(this, arguments); } } }