tag closure

標籤
貢獻1
14
03:51 PM · Nov 23 ,2025

@closure / 博客 RSS 訂閱

註銷 - TypeScript 定義函數的幾種寫法

參考鏈接1 參考鏈接2 寫法1 - 使用 function 關鍵字 function greeter(fn: (a: string) = void) { fn("Hello, World"); } function printToConsole(s: string) { console.log(s); } greeter(printToConsole); (a: string)

call , angular , closure , function , typescript

收藏 評論