什么是JavaScript中的传播算子(...)?
使用SpreadOperator,允许将表达式扩展为多个参数,元素,变量等。
示例
您可以尝试运行以下代码以了解如何使用传播算子-
<html>
<body>
<script>
var a, b, c,d, e, f, g;
a = [10,20];
b = "rank";
c = [30,"points"];
d = "run"
//concat方法。
e = a.concat(b, c, d);
//点差运算符
f = [...a,b, ...c, d];
document.write(e);
document.write("<br>"+f);
</script>
</body>
</html>热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短