2017年7月12日
摘要: 1. 扩展运算符: 2. 箭头函数: 3. 扩展参数(默认参数,扩展参数,剩余函数): //默认参数 let sayHellow = (name,age=30)= { let str = console.log(str); } sayHellow("songze",25);//控制台打印songze 阅读全文
posted @ 2017-07-12 20:22 ST宋泽 阅读(382) 评论(0) 推荐(1) 编辑