enum 跟 class 、 struct 一樣,都可以有初始化函式,不過應該沒人會這麼使用吧? enum Value { case 整數(Int) case 浮點(Float) case 字串(String) init() { self = ...
確定! 回上一頁