可以先把这个字符串使用a.left(5);截取,然后再Addstring();
调用CStringT中的成员函数,Left(...)Extracts the leftmost nCount characters from this CStringT object and returns a copy of the extracted substring.CStringT Left(int nCount) const;