关于HTTP第一次请求和缓存的问题
请看以下代码:
主页面main.aspx
<%@ page language="C#" autoeventwireup="true" inherits="Default, App_Web_wubpurpf" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title></title><link rel="stylesheet" type="text/css" href="../css/in.css" /><script type="text/javascript" src="../mt.js"></script><script type="text/javascript" src="http://www.abc.com/aa/bb/cc/mt.js"></script><script type="text/javascript" src="../mt.js"></script></head><body><iframe frameborder="0" name="if1" src="test.aspx"></iframe></body></html>
<%@ page language="C#" autoeventwireup="true" inherits="Default, App_Web_wubpurpf" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title></title><link rel="stylesheet" type="text/css" href="../css/in.css" /><script type="text/javascript" src="../mt.js"></script><script type="text/javascript" src="http://www.abc.com/aa/bb/cc/mt.js"></script><script type="text/javascript" src="../mt.js"></script></head><body></body></html>