在asp.net中,想按规定长度输出一串字符串,
无论是用String.Format("Brad's dog has {0,-10:G} fleas.",23)输出
或是用ToString().PadRight(10)
为什么都只是在原来基础上加了一个空格?????