删除字符串中的字符;

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

posted on 2006-07-05 16:35  路吾  阅读(569)  评论(0)    收藏  举报

导航