VC 中str = strKey.Left(m);其中的Left(m)这个是什么意思啊?

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/21 12:56:12

VC 中str = strKey.Left(m);其中的Left(m)这个是什么意思啊?

信息不足.猜测:
CString字符串操作,取strKey的左边m个字符,放到字符串str中.