对象都源于Object.prototype
Object.create() 和new
1.create()会创建一个新对象,并把他关联到指定对象
2.new会生成.prototype,.constructor