從左邊 1開始取得前 nCount 個字元。

CString Left( int nCount ) const;

 

從左邊第 nCount+1 個字元開始,取得後面所有的字元。

CString Mid( int nFirst ) const;

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣(5,983)