在switch中 case后面的值是否可以用变量,例如
switch(lb1.Text.ToString())
{
case 变量:
hide.Value ="bulletin/train/training_list.aspx"; 
break;
}