限定字符串的最大字节数

来源:互联网 发布:js格式视频 编辑:程序博客网 时间:2024/04/30 18:13

if(CStringA(m_str).GetLength()>512)

return;

0 0