Home > Q&A > body text
js在括号中声明的函数,为什么未定义?
数据分析师2017-09-30 23:58:58
JS function declared in parentheses, why is it undefined? -PHP Chinese website Q&A-Why is the function declared in parentheses in js undefined? -PHP Chinese website Q&A
Let’s take a look and learn.
阿神2017-01-24 11:05:20
函数表达式的函数名字,它的作用域只在它自身内部,而不是这个函数所在的外部作用域。