函数参数默认值: function foo(h = 50, c = 'red') {}; 。 模板字符串:`Your name is ${first} ${last}`;。 解构赋值: [a=5, b=7] ...
確定! 回上一頁