【问题标题】:What is the difference between function and Function函数和函数有什么区别
【发布时间】:2011-05-26 10:33:14
【问题描述】:

functionFunction 有什么区别?

【问题讨论】:

    标签: javascript function syntax


    【解决方案1】:

    function 是用于定义函数的语言关键字。

    Function 是代表所有函数的内置原型对象。

    【讨论】:

    • 这应该是实际答案
    【解决方案2】:

    查看以下教程获取详细信息

    https://developer.mozilla.org/en/JavaScript/Reference/Functions_and_function_scope

    函数构造函数,函数表示方法

    【讨论】:

      【解决方案3】:

      阅读本教程

      Defining functions
      The Function constructor
      

      https://developer.mozilla.org/en/JavaScript/Reference/Functions_and_function_scope

      【讨论】:

        猜你喜欢
        • 2015-03-15
        • 1970-01-01
        • 1970-01-01
        • 2021-10-24
        • 2019-01-25
        • 2010-12-14
        • 2021-04-13
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多