namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Level level = Level.Hight;
switch (level
c# enum 和 switch
最新推荐文章于 2025-03-07 21:21:31 发布
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Level level = Level.Hight;
switch (level