Fur*_*gal 3 vb.net
vb.net中是否有任何函数删除字符串中的所有空格.我的意思是像'这是什么'这样的字符串应该是'Whatisthis'
谢谢Furqan
Fré*_*idi 10
使用String.Replace()
Dim s As String = " What is this" s = s.Replace(" ", "")
归档时间:
15 年 前
查看次数:
23256 次
最近记录:
8 年,7 月 前