public static class EnumExtensions { public static T ToEnum<T>(this string value) where T : struct, Enum { if (Enum.
確定! 回上一頁