码迷,mamicode.com
首页 > Web开发 > 详细

js扩展符号

时间:2020-06-02 18:58:43      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:flex   mes   扩展   OLE   const   字符   wrapper   body   mono   

扩展数组:
const arr23 = [‘a‘, ‘b‘, ‘c‘];
console.log(...arr23);
a b c

扩展字符串:

abc = ‘abcdefghi‘; console.log(...abc);
a b c d e f g h i


扩展对象:

js扩展符号

标签:flex   mes   扩展   OLE   const   字符   wrapper   body   mono   

原文地址:https://www.cnblogs.com/qinqiu/p/13032923.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!