string 中去除空白字符

str.erase(remove_if(str.begin(), str.end(), isspace), str.end());

你可能感兴趣的:(String)