摘要: CString Mid( int nFirst, int nCount ) const; 此成员函数从此CString对象中提取一个长度为nCount个字符的子串,从nFirst(从零开始的索引)指定的位置开始。此函数返回一个对所提取的字符串的拷贝。 阅读全文
posted @ 2016-03-24 23:35 霓裳依旧 阅读(1970) 评论(0) 推荐(2) 编辑