asp.net动生静技术-创新互联
using System.IO; using System.Text; using System.Net; protected void Button1_Click(object sender, EventArgs e) { string Mypath = Server.MapPath("~/ht/aa.html"); WebClient w = new WebClient(); byte[] b = w.DownloadData(new Uri("http://localhost:10632/WebSite2/Default.aspx")); string ss = Encoding.UTF8.GetString(b); FileInfo f = new FileInfo(@"F:\丿丿丿上海天柏信息科技有限公司\案例\WebSite2\aa.html"); StreamWriter sw = new StreamWriter(Mypath, false, Encoding.UTF8); sw.Write(ss); sw.Close(); }
创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。
网站题目:asp.net动生静技术-创新互联
文章URL:http://tyjierui.cn/article/djpids.html