简单问题,文字如何对齐的问题一个数 int x=5, 换成string s=x.toString(); 想变成“ 5”,前面空2格,请问如何实现,谢谢[解决办法]string str=string.Format("{0,4}",x);