摘要: public bool ExecMVCToHtml() { string url = aspxUrl; if (url.IndexOf("/") != 0) url = "/" + url; string address = Framework.Utils.RootURL + url; StreamWriter sw = new StreamWriter(htmlSavePath, false, 阅读全文
posted @ 2019-09-28 15:28 wonderfulviews 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 第一种:结合form表单 第二种:结合javascript的使用,不要form表单 https://blog.csdn.net/alexaxinzhang/article/details/41656727 阅读全文
posted @ 2019-09-28 14:57 wonderfulviews 阅读(2660) 评论(0) 推荐(0) 编辑
摘要: cache-control出现在request中: cache-control:no-control 告诉HTTP消息链上的缓存系统(也就是浏览器的缓存和代理服务器上的缓存),本次请求要求忽略一切缓存,需原始服务器重新计算生成回应给用户。当我们在浏览器中强制刷新页面,发送的就是这个头(不同很多浏览器 阅读全文
posted @ 2019-09-28 10:17 wonderfulviews 阅读(220) 评论(0) 推荐(0) 编辑