例如:
CString str="23.54";
变成235;
代码:
str.Replace(".","");

相关文章: