函数和函数之间的区别是什么

What is the difference between function and Function

本文关键字:函数 是什么 区别 之间      更新时间:2023-09-26

functionFunction之间有什么区别?

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

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

请参阅以下教程以获取的详细信息

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

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

浏览本教程

Defining functions
The Function constructor

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