C# 圖解教程 第 12 章 枚舉(筆記+模仿代碼)

12.1 枚舉 enum Food { Fish, Beef, Mutton } static void Main() { Food food = Food.Beef; Console.WriteLine(food
相關文章
相關標籤/搜索