首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

asp.net中怎么让string不够一定长度时自动添加空格

2012-01-08 
asp.net中如何让string不够一定长度时自动添加空格?比方我要求string的长度不够10,就加成: string谢谢~!

asp.net中如何让string不够一定长度时自动添加空格?
比方我要求string   的长度不够10,就加成: "string           "
谢谢~!

[解决办法]
http://msdn2.microsoft.com/zh-cn/library/36f2hz3a(VS.80).aspx
[解决办法]
我发现是因为ListBox1的原因,它只保留一个空格,能让他全保留吗?

=========================>

查看
http://birdshome.cnblogs.com/archive/2005/12/27/DropDownList.html

热点排行