閉包表達式(Closures)
Closure當作一個沒有名稱的Function,所以Closure一樣可以定義一段程式碼的區塊,也可以接受參數與回傳資料
如果單一Closure當結尾參數時,請使用TrailingClosure
如果多個Closure當結尾參數時,請分開並完整寫出、禁止使用TrailingClosure
Last updated
Was this helpful?
Closure當作一個沒有名稱的Function,所以Closure一樣可以定義一段程式碼的區塊,也可以接受參數與回傳資料
如果單一Closure當結尾參數時,請使用TrailingClosure
如果多個Closure當結尾參數時,請分開並完整寫出、禁止使用TrailingClosure
Last updated
Was this helpful?