js中new到底做了什么?

1.创建一个新的obj;

2.让obj_proto_=Func.prototype;

3.Func.call(obj);

原文地址:https://www.cnblogs.com/trccc9/p/9760368.html