如何使用Function()构造函数定义JavaScript函数?
该Function()构造函数需要任意数量的字符串参数。最后一个参数是函数的主体-它可以包含任意JavaScript语句,以分号分隔。
示例
您可以尝试运行以下代码以使用新的FunctionConstructor调用函数-
<html>
<head>
<script>
var func = new Function("x", "y", "return x*y;");
function multiplyFunction(){
var result;
result = func(15,35);
document.write ( result );
}
</script>
</head>
<body>
<p>Click the following button to call the function</p>
<form>
<input type = "button" onclick = "multiplyFunction()" value = "Call Function">
</form>
</body>
</html>热门推荐
10 毕业结婚祝福语简短精辟
11 送花祝福语简短十一朵
12 宝宝100日简短祝福语
13 日常祝福语简短语客户
14 圣诞简短祝福语给父母
15 祝朋友祝福语简短好看
16 女性生日祝福语简短优美
17 升学祝福语简短的个性
18 幼儿住院祝福语老师简短