代码修改后的版本,全部提交

This commit is contained in:
ss001
2026-02-07 15:48:27 +08:00
parent cccbaa37c9
commit c2cda58c65
15604 changed files with 2455502 additions and 0 deletions

20
Mtxfw.VipSite/js.aspx Normal file
View File

@@ -0,0 +1,20 @@
<%@ Page Language="C#" AutoEventWireup="true" Codebehind="js.aspx.cs" Inherits="Mtxfw.VipSite.js" %>
<!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 runat="server">
<title></title>
</head>
<body>
<BODY>
<script type="text/javascript">
setTimeout("window.opener=null;window.open('','_self');window.close();", 10000);
</script>
</BODY>
</body>
</html>