创建一个新对象 this指向这个新对象 执行代码给this赋值 return this function f(type) { this.type=type; // return this; // 本身会执行这一步 }