使用Enum 的好處很多,可以有強型別又有intellisense 提示,還可以增加閱讀性,但 ... public class Product { public string Name { get; set; } ...
確定! 回上一頁