public enum VariableType { Type1, Type2 }
public enum VariableType { Type1 = 1, Type2 = 2 }
posted on 2018-11-15 10:29 碎羽love星谊 阅读(118) 评论(0) 收藏 举报