CString strSource = L"www.baidu.com;xxj;123456";
CString strTmp;
AfxExtractSubString(strTmp, strSource, 1,';');
TRACE(strTmp);

CString strSource = L"www.baidu.com;xxj;123456";
CString strTmp;
AfxExtractSubString(strTmp, strSource, 1,';');
TRACE(strTmp);