void TrimLeft( ); //把字符串左边的空格去掉void TrimRight( ); //把字符串右边的空格去掉例: CString a,b; b = a = " 123456789 "; a.
確定! 回上一頁