2014年9月28日

删除String中的空格

摘要: 三种删除String中空格的方法。可用根据需要自由进行选择使用。1、C风格#include "stdafx.h"void RemoveStringSpaces(char* pStr);int _tmain(int argc, _TCHAR* argv[]){ return 0;}void Re... 阅读全文

posted @ 2014-09-28 00:47 Leadtheway 阅读(865) 评论(0) 推荐(0)

导航