yan
Results
1
comments of
yan
1.函数表达式中的函数名只在函数体内部可用,指代函数表达式本身,其他地方都不可用 2.函数表达式中的函数名是只读的,所以b=20;会赋值失败