摘要:
HttpRuntime.AppDomainAppPath var fullpath = System.AppDomain.CurrentDomain.BaseDirectory + "appsettings.json"; if (File.Exists(fullpath)) { using (Str 阅读全文
摘要:
<a d ownload class="down" title=""> function download(src,name) { // 创建隐藏的可下载链接 var eleLink = document.createElement('a'); eleLink.href = src; eleLink 阅读全文
摘要:
1. //重命名文件 // 改名方法 FileInfo fi = new FileInfo("旧路径"); //xx/xx/aa.rar fi.MoveTo("新路径"); //xx/xx/xx.rar ... 阅读全文