这几种表示有什么区别?
check
check 2016-12-22 15:36:58
0
2
1061

function sub2()   和   var sub2()   和   var sub=function()     都能输出,但有什么区别啊 

check
check

reply all(2)
数据分析师

What is the difference between these expressions? -PHP Chinese website Q&A-What are the differences between these representations? -PHP Chinese website Q&A

Please watch and learn.

迷茫

function sub2()表示定义一个函数, var sub2()表示定义一个变量,var sub2=function();表示定义一个变量获取方法function()的返回值,但是function是Javascript的关键字不能作为方法名。

  • reply 不能作为方法名是什么意思?
    check author 2016-12-22 15:38:28
  • reply 即不能作为函数名!
    迷茫 author 2016-12-22 15:39:13
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template