动态显示的问题string sa=ff; MessageBox.Show ( "sa! "); 想让显示出来的MessageBox.Show ( "sa! ");结果为ff!该怎么做? 谢谢[解决办法]string sa= "ff "; MessageBox.Show (sa!);