ES6从入门到进阶 第四节 箭头函数 三个点运算符 ...

<!DOCTYPE html> <html> <head> <title>函数</title> </head> <body> <script type="text/javascript"> /* 函数的默认参数 扩展运算符 三个点... 能够展开数组 */ function show(a, b = '我'){ console.lo
相关文章
相关标签/搜索