C#中的switch case使用介绍
在C#中
switch(type)
{
case tpye1:
break;
case tpye2:
break;
case tpye3:
break;
case tpye4:
break;
};
其中type可以是数字,也可以是字符串;
以上是 C#中的switch case使用介绍 的全部内容, 来源链接: utcz.com/z/347050.html
在C#中
switch(type)
{
case tpye1:
break;
case tpye2:
break;
case tpye3:
break;
case tpye4:
break;
};
以上是 C#中的switch case使用介绍 的全部内容, 来源链接: utcz.com/z/347050.html