作用

  • constructor是一个构造函数,在new一个新对象的时候,一开始会使用这个函数
  • constructor中的this指向当前的实例对象
  • new传入的参数也会传递到constructor构造函数中