哪一个是正确的?求解释! if(typeof Object.create !== 'function') { Object.create = function(o) { var F = function() {};
F.prototype = o; return new F();
}
}
添加回答
举报
0/150
提交
取消