添加禁用浏览器缓存
This commit is contained in:
parent
ba01228675
commit
3c6e080dd7
|
|
@ -8,6 +8,12 @@
|
||||||
<title>导入外部答题卡制作模板</title>
|
<title>导入外部答题卡制作模板</title>
|
||||||
<script src="../js/jquery-1.10.2.min.js"></script>
|
<script src="../js/jquery-1.10.2.min.js"></script>
|
||||||
<link href="../css/default.css" rel="stylesheet" />
|
<link href="../css/default.css" rel="stylesheet" />
|
||||||
|
<%-- 禁用浏览器缓存 --%>
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Cache" content="no-cache">
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="divBG backgroundGo" style="display: none;"></div>
|
<div class="divBG backgroundGo" style="display: none;"></div>
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,11 @@
|
||||||
<script src="../js/jquery.cookie.js"></script>
|
<script src="../js/jquery.cookie.js"></script>
|
||||||
<link href="../css/SplitQuestion.css" rel="stylesheet" />
|
<link href="../css/SplitQuestion.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<%-- 禁用浏览器缓存 --%>
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Cache" content="no-cache">
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<input type="hidden" id="QuestionTempValue" value="<%=QuestionTempValue %>" />
|
<input type="hidden" id="QuestionTempValue" value="<%=QuestionTempValue %>" />
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,12 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head runat="server">
|
<head runat="server">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
|
|
||||||
|
<%-- 禁用浏览器缓存 --%>
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Cache" content="no-cache">
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
<title></title>
|
<title></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,12 @@
|
||||||
<title>导入外部答题卡制作模板</title>
|
<title>导入外部答题卡制作模板</title>
|
||||||
<script src="../js/jquery-1.10.2.min.js"></script>
|
<script src="../js/jquery-1.10.2.min.js"></script>
|
||||||
<link href="../css/index.css" rel="stylesheet" />
|
<link href="../css/index.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<%-- 禁用浏览器缓存 --%>
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Cache" content="no-cache">
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<input type="text" style=" display:none;" value="<%=Bindlist %>" id="Bindlist" />
|
<input type="text" style=" display:none;" value="<%=Bindlist %>" id="Bindlist" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue