Skip to content
豪 Blog
Main Navigation
首頁
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
Lambda
建立時間:2024/11/03
Lambda
📌 Lambda 匿名函式
(參數) => "{運算式}"
把左邊的(參數)(如果有的話) 丟到 右邊的{運算式}去做運算
如果左邊為() 表示沒有傳入的參數
右邊運算式為程式碼區塊