enum 搭配 switch. enum 最大的用處就是搭配 switch 。 enum Pet { case Dog case Cat case Rabbit } var myPet = ...
確定! 回上一頁