摘要:
try { //删除临时上传的Excel文件 if (System.IO.File.Exists(path)) { FileInfo fi = new FileInfo(path); if (fi.Attributes.ToString().IndexOf("ReadOnly") != -1) fi 阅读全文
posted @ 2023-07-03 15:31
jxw_29
阅读(24)
评论(0)
推荐(0)
摘要:
后台通过url下载文件到指定目录 string url = "https://file/Get/c76918bd-b4af-41b3-b767-32b5582d77de"; //下载地址 using (WebClient client = new WebClient()) { client.Down 阅读全文
posted @ 2023-07-03 14:55
jxw_29
阅读(127)
评论(0)
推荐(0)
浙公网安备 33010602011771号