📄 news.jsp~2~
字号:
<%@ page contentType="text/html; charset=GB2312" %>
<link href="yxb.css" rel="stylesheet" type="text/css" />
<html>
<head>
<title>
news
</title>
</head>
<body bgcolor="#ffffff">
<h2 align="center">
填写发布标题信息
</h2>
<form method="post" action="news.jsp">
<table align="center">
<tr>
<td>发布板块:</td>
<td><select>
<option value="pt">普通用户</option>
<option value="vet">兽医</option>
</select></td>
</tr>
<tr>
<td>发布标题:</td>
<td></td>
</tr>
<tr>
<td>标题路径:</td>
<td></td>
</tr>
<tr>
<td align="center"><input type="submit" name="Submit" value="提交">
<input type="reset" value="取消"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -