📄 book.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="book.aspx.cs" Inherits="admin_book" %>
<!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="../admin/css/shangdu.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
昵称:<asp:TextBox ID="TextBox1" runat="server" Style="font-size: 12px; color: gray;"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" Visible="false"></asp:TextBox>
<asp:Label ID="Label1" runat="server" ForeColor="#FF0000" Text="Label" Width="243px"></asp:Label><br />
<br />
<asp:TextBox ID="TextBox2" runat="server" Height="132px" Style="font-size: 12px; color: gray;"
Width="98%"></asp:TextBox><br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="font-size: 12px"
Text="我的留言" />
<img src="../admin/images/attention3_16x16.gif" /><span style="color: gray">和谐社会,从我做起</span></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -