20 lines
734 B
Plaintext
20 lines
734 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SuccessCut.aspx.cs" Inherits="Temp_SuccessCut" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<div style="margin:20px auto; border:1px solid #666; width:300px; height:100px; line-height:100px; text-align:center;">拆题成功</div>
|
|
</body>
|
|
</html>
|