bot.aspx
来自「asp.net 的某物流管理系统 MIS 系统」· ASPX 代码 · 共 33 行
ASPX
33 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Bot.aspx.cs" Inherits="kongjian_Bot" %>
<!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>
<link href="../StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body topmargin="0" style="text-align: center" bgcolor="#99ccff">
<form id="form1" runat="server">
<div>
</div>
<table width="100%">
<tr>
<td colspan="3">
<asp:Label ID="lblbanquan" runat="server"></asp:Label></td>
</tr>
<tr>
<td colspan="3">
Email:<asp:Label ID="lblEamil" runat="server" Text=" lxhslmlxh@126.com"></asp:Label>
电话:<asp:Label ID="lblPhone" runat="server" Text="0533-****** 13388888888"></asp:Label></td>
</tr>
<tr>
<td colspan="3">
地址:<asp:Label ID="lblAddress" runat="server" Text="山东淄博****号"></asp:Label>,<a href="http://www.51aspx.com/CV/WuLiu" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?