240 发简信
IP属地:浙江
  • this的典型场景

    this: 函数执行时才会创建的内部对象,代表持有当前函数的对象. 1.对象内部属性值为函数,当该函数执行时,this表示当前对象 2.构造函数...