摘要:
简繁体转换添加Microsoft.VisualBasic.dll引用 //简转繁 string str= Microsoft.VisualBasic.Strings.StrConv("民生银行", Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 阅读全文
摘要:
第一种方式 下载图片,文件 WebClient my = new WebClient(); string url = "http://localhost:1015/resource/loading.gif"; string url2 = HttpContext.Current.Request.Map 阅读全文
摘要:
.CSHttpContext.Current.Server.MapPath();//所在文件夹路径System.Web.HttpContext.Current.Request.PhysicalApplicationPat;//根路径 .aspxServer.MapPath(Request.Serve 阅读全文