javascript有哪几种定义函数的方法*第一种方法,使用function语句,格式如下*function fn(){alert("这是使用function语句进行函数定义") }fn()*第二种方法,使用Function()构造函数克隆函数*var2023-04-19JavaScript680