摘要: namespace 枚举转换 { class Program { static void Main(string[] args) { string str = "待审核"; string value1 = Enum.GetName(typeof(Enumeration.CheckState), 0);... 阅读全文
posted @ 2018-11-29 10:28 bkyvoid 阅读(210) 评论(0) 推荐(0)