这不是变量的事你这add函数放哪里执行了?
你 add() 这个方法都没掉,你输出个寂寞呢你
噗嗤 你写的函数没执行呢
var sum = 3; function add(){ console.log(sum) } add()
add函数没执行