2019年1月3日

摘要: 1、Arr.GetAt(位置); Arr.Replace(被替换,替换) ; Arr.RemoveAll() //清空数组; Arr.Add(添加元素); 阅读全文
posted @ 2019-01-03 13:44 wolun666 阅读(164) 评论(0) 推荐(0) 编辑
 
摘要: 1、格式化 str.Format(_T("Line[%2d] %s ... "),a,b) 得到长度= str.GetLength() 2、 CString.Left( int nCount ) const; //从左边1开始获取前 nCount 个字符 CString.Mid( int nFirs 阅读全文
posted @ 2019-01-03 13:43 wolun666 阅读(133) 评论(0) 推荐(0) 编辑