240 发简信
IP属地:浙江
  • JS 作用域、作用域链、闭包、垃圾回收

    Scopes JS的作用域是静态作用域(static scope),也可以称为词法作用域(lexical scope).其主要特征在于,函数作用...