📄 index.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="_Default" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
// ]]>
</script>
</head>
<body onkeydown="if(event.keyCode==13){document.all.Button1.focus();document.all.Button1.click();}">
<form id="form1" runat="server">
<div style="font-weight: bold; color: #3366ff">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<table id="TABLE1" onclick="return TABLE1_onclick()" border="0" style="left: 22%; width: 374px; position: relative; height: 92px; top: 0px;">
<tr>
<td style="width: 123px">
<img src="005.jpg" style="width: 114px; height: 97px" /></td>
<td style="width: 351px; font-size: 125%; color: lightsteelblue; font-family: 微软雅黑; left: 0%; position: relative;">
一 本
<br />
专业的图书搜索引擎</td>
</tr>
</table>
<br />
<table style="left: 20%; width: 419px; position: relative; height: 16px">
<tr>
<td style="width: 19px; height: 16px">
<asp:TextBox ID="TextBox1" runat="server" Width="360px" OnTextChanged="TextBox1_TextChanged"></asp:TextBox></td>
<td style="width: 5px; height: 16px">
<asp:Button ID="Button1" runat="server" Text="搜索" OnClick="Button1_Click" /></td>
</tr>
</table>
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -