大家好,我是煎魚。如果說在 Go 裏要有一句與 interface{} 相關,你會想到什麼?是萬物皆要定義 interface,否則沒法抽象?Go 諺語中認可的是:"interface{} says nothing",也就是 interface{} 什麼也沒說。這指的又什麼,太黑話了吧...今天就煎魚和大家一起學習。接口類型無自描述--------interface{} 的第一種用法,那就是變量的 ⌘ Read more
大家好,我是煎魚。如果說在 Go 裏要有一句與 interface{} 相關,你會想到什麼?是萬物皆要定義 interface,否則沒法抽象?Go 諺語中認可的是:"interface{} says nothing",也就是 interface{} 什麼也沒說。這指的又什麼,太黑話了吧...今天就煎魚和大家一起學習。接口類型無自描述--------interface{} 的第一種用法,那就是變量的 ⌘ Read more