left.html
来自「新手第一次做系统」· HTML 代码 · 共 62 行
HTML
62 行
<body bgcolor="">
<style>
table a{font-size:15;color:"#CC00FF"}
table tr{color:"red"}
</style>
<TABLE>
<TR>
<TD height="30"><FONT SIZE="5" COLOR=""><B>V1.0-图书管理系统</B></FONT></TD>
</TR>
<TR>
<TD height="27">①.浏览</TD>
</TR>
<TR>
<TD height="23"> <a href="see_book.asp" target="content">书籍记录</a></TD>
</TR>
<TR>
<TD height="23"> <a href="see_user.asp" target="content">用户记录</a></TD>
</TR>
<TR>
<TD height="23"> <a href="see_Readers.asp" target="content">借阅记录</a></TD>
</TR>
<TR>
<TD height="27">②.管理书籍</TD>
</TR>
<TR>
<TD height="23"> <a href="as_insert_book.asp" target="content">添加书籍</a></TD>
</TR>
<TR>
<TD height="23"> <a href="as_updata_book_1.asp" target="content">更新书籍</a></TD>
</TR>
<TR>
<TD height="23"> <a href="as_delete_book.asp" target="content">删除书籍</a></TD>
</TR>
<TR>
<TD height="27">③.管理用户</TD>
</TR>
<TR>
<TD height="23"> <a href="as_insert_user.asp" target="content">添加用户</a></TD>
</TR>
<TR>
<TD height="23"> <a href="as_updata_user.asp" target="content">更新用户</a></TD>
</TR>
<TR>
<TD height="23"> <a href="as_delete_user.asp" target="content">删除用户</a></TD>
</TR>
<TR>
<TD height="27">④.借还操作</TD>
</TR>
<TR>
<TD height="23"> <a href="Readers_book.asp" target="content">借阅图书</a></TD>
</TR>
<TR>
<TD height="23"> <a href="Return_book.asp" target="content">归还图书</a></TD>
</TR>
<TR>
<TD height="23"> <a href="Delay_book.asp" target="content">续借图书</a></TD>
</TR>
<TR>
<TD height="27"><a href="Search.asp" target="content"><FONT SIZE="4" COLOR="red">⑤.搜索信息</FONT></a></TD>
</TR>
</TABLE>
</body>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?