• 一个变量在当前作用域没有定义,但被使用了
    • 向上级作用域,一层一层依次查找,直到找到为止
    • 如果全局作用域都没找到,则报错xx is not defined

    Snipaste_2020-07-20_10-43-28.png