g_strstrip()
#define g_strstrip( string )
Removes leading and trailing whitespace from a string. See g_strchomp() andg_strchug().
|
| a string to remove the leading and trailing whitespace from. |
本文介绍了g_strstrip()函数,用于移除字符串两端的空白字符,提供了使用示例和相关函数如g_strchomp()和g_strchug()的对比分析。
#define g_strstrip( string )
Removes leading and trailing whitespace from a string. See g_strchomp() andg_strchug().
|
| a string to remove the leading and trailing whitespace from. |

被折叠的 条评论
为什么被折叠?