模拟Object.create gggg434343_321 2021-02-18 88 阅读1分钟 function create(proto) { function Fun() { } Fun.prototype = proto return new Fun() }