构造函数,用new new创建的函数 image.png image.png image.png 原型对象: 函数都有 prototype的原型属性(properties是属性) prototype指向同一个原型对象 对象中,无法修改原型对象 image.png