let a =1
function fn1() {
function fn() {
console.log(a)
}
fn()
fn1() // 1
那为什么这个能打印出a难道是函数的代码块不算代码块?
繁花不似锦
相关分类