字符串转枚举

来源:互联网 发布:pkpm软件分类 编辑:程序博客网 时间:2024/06/06 01:14

string color="red|green|black";

 string.Join("|",Enum.GetNames(typeof(Color))); 

原创粉丝点击