摘要: 简繁体转换添加Microsoft.VisualBasic.dll引用 //简转繁 string str= Microsoft.VisualBasic.Strings.StrConv("民生银行", Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 阅读全文
posted @ 2017-10-11 15:51 会飞的小鲸鱼 阅读(661) 评论(0) 推荐(0) 编辑
摘要: 第一种方式 下载图片,文件 WebClient my = new WebClient(); string url = "http://localhost:1015/resource/loading.gif"; string url2 = HttpContext.Current.Request.Map 阅读全文
posted @ 2017-10-11 11:59 会飞的小鲸鱼 阅读(629) 评论(0) 推荐(0) 编辑
摘要: .CSHttpContext.Current.Server.MapPath();//所在文件夹路径System.Web.HttpContext.Current.Request.PhysicalApplicationPat;//根路径 .aspxServer.MapPath(Request.Serve 阅读全文
posted @ 2017-10-11 11:55 会飞的小鲸鱼 阅读(4081) 评论(0) 推荐(0) 编辑