摘要: BOOL WriteCsv(CString strText) { CString strPath; strPath.Format(_T("D:\\CSV")); if (!CFileSystemHelper::IsDirectoryExist(strPath))//判断目录存不存在 { CFileS 阅读全文
posted @ 2023-12-09 10:38 Steven丶 阅读(101) 评论(0) 推荐(0) 编辑