manage_left3.aspx
来自「【程序主要功能】 1、精简的增删改查」· ASPX 代码 · 共 32 行
ASPX
32 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="manage_Left3.aspx.cs" Inherits="admin_manage_Left3" %>
<!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">
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>管理栏目</title>
<link href="css/style_Admin.css" rel="stylesheet" type="text/css" />
</head>
<body id="bodyBg2">
<form id="form1" runat="server">
<div align="center">
<table border="0" width="90%" cellspacing="1" height="40">
<tr>
<td>
<div align="left">
程序制作:<a href="http://www.ITstudy.cn/" target="_blank">吕海鹏</a></div>
</td>
</tr>
<tr>
<td>
<div align="left">
版权所有:<a href="http://www.DeepTeach.com/" target="_blank" class="cYellow">深度空间</a></div>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?