10 2020 档案
摘要:方式一、原来用 ShellExecute 直接打开浏览器的方式,可以直接下载缓存中的文件 可是不能用于UI交互,而且用户能看到url地址 CString strUrl = “url。。。” CString strPrama; strPrama.Format(_T("?programId=%d&org
阅读全文
摘要:CString strUrl = get_post_url(purl_get_version_url) + _T("/exportExcelFileWeb/api"); //url地址 CString strPrama; strPrama.Format(_T("?programId=%d&orgCo
阅读全文