📄 fig27_22.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Fig. 27.22: fig27_22.html -->
<html>
<head>
<title>Datbase query</title>
</head>
<body background = "images/back.gif">
<basefont face = "arial, sans-serif" size = "2">
<font size = "+2">
<strong>Enter a search string and click Find.</strong>
</font><br>
<form method = "post" action = "cgi-bin/fig27_23.py">
<input type = "text" name = "search"><br>
<input type = "submit" value = "Find"><br>
<input type = "radio" name = "database"
value = "MySQL" checked>
MySQL
<input type = "radio" name = "database"
value = "Access">
Microsoft Access
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -