ES6入門到進階 第二節 解構賦值

<!DOCTYPE html> <html> <head> <title>解構賦值</title> </head> <body> <script type="text/javascript"> /* 解構賦值 let [a, b, c] = [12, 5, 6] 左右兩邊,結構格式保持一致 */
相關文章
相關標籤/搜索