如何在JavaScript中将值“未定义”传递给具有多个参数的函数?
要将第二个参数设置为undefined,只需将其设置为以下内容-
displayFunc(undefined, "Amit");
示例
这是一个将第一个参数设置为“undefined”时成功显示第二个参数的示例
<!DOCTYPE html>
<html>
<body>
<script>
function displayFunc (p1, p2) {
document.write("Parameter 1 = "+p1);
document.write("<br>Parameter 2 = "+p2);
}
displayFunc(undefined, "Amit");
</script>
</body>
</html>热门推荐
10 冬季祝福语大全 简短的
11 敏字的祝福语简短
12 圣诞简短祝福语给父母
13 春节拜年祝福语儿童简短
14 小朋友祝福语简短的话
15 同事调动的祝福语简短
16 婚礼美句简短祝福语
17 汤姆猫祝福语简短霸气
18 送礼祝福语男性生日简短