ES6從入門到進階 第四節 箭頭函數 三個點運算符 ...

<!DOCTYPE html> <html> <head> <title>函數</title> </head> <body> <script type="text/javascript"> /* 函數的默認參數 擴展運算符 三個點... 能夠展開數組 */ function show(a, b = '我'){ console.lo
相關文章
相關標籤/搜索