摘要: void Main() { new EnumForeach().Foreach(); } public class EnumForeach { public void Foreach() { foreach (Status item in Enum.GetValues(typeof(Status)) 阅读全文
posted @ 2018-07-19 14:17 沙耶 阅读(1082) 评论(0) 推荐(0)