📄 borrow.php
字号:
<form name="form1" method="post" action="<?php echo url("Admin","DisplayBook"); ?>">
<table width="60%" border="0" cellspacing="1" cellpadding="3" align="center">
<tr>
<th colspan="2">借 书 登 记</th>
</tr>
<tr>
<td width="30%" height="32" align="right">图书编号:</td>
<td width="70%" height="32">
<input type="text" name="book_id" size="10">
<input type="submit" name="show" value="显示该书信息">
</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -