js扩展符号
2021-02-12 05:18
阅读:399
标签:flex mes 扩展 OLE const 字符 wrapper body mono 扩展数组: abc = ‘abcdefghi‘; console.log(...abc); js扩展符号 标签:flex mes 扩展 OLE const 字符 wrapper body mono 原文地址:https://www.cnblogs.com/qinqiu/p/13032923.html
const arr23 = [‘a‘, ‘b‘, ‘c‘];
console.log(...arr23);
a b c
扩展字符串:
a b c d e f g h i
扩展对象:
上一篇:django之ajax
下一篇:jQuery Mobile 安装
评论
亲,登录后才可以留言!