如下代码* sizeof(unsigned char),char长度不为1情况?
int sourceLen = (int)((str.size() / 2) * sizeof(unsigned char));
sizeof(unsigned char)当然是1了
具体为多少,跟IDE相关