草稿---
函数实例化(Functional Instantiation)
共享方法的函数实例化(Functional Instantiation with Shared Methods)
使用共享方法和Object.create进行函数实例化(Functional Instantiation with Shared Methods and Object.create)
Object.create()
原型实例化(Prototypal Instantiation)
new
构造函数占不占内存?存在于哪里?
伪类实例化(Pseudoclassical Instantiation)
获取对象的原型(Object.getPrototypeOf())
检测是否是类的实例(instance)