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

QT怎么去掉字符串中的空格

2013-03-28 
QT如何去掉字符串中的空格这里给大家介绍QString中的两个函数1.QString QString::simplified() constRetur

QT如何去掉字符串中的空格

这里给大家介绍QString中的两个函数

1.QString QString::simplified() const

Returns a string that has whitespace removed from the start and the end, and that has each sequence of internal whitespace replaced with a single space.


热点排行