📄 luntannew.jsp
字号:
<%@ page contentType="text/html;charset=UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Insert title here</title>
</head>
<body>
<%@ include file="lunTanHead.jsp" %>
<br/>
<br><center>
<font size="4" color="blue"> 你好,欢迎进入论坛<font color="blue"></font>
<font color="blue" >今天是:<%= new java.util.Date() %></font></center><center>
<form action="lunTanNewZhuTi" method="post">
<h1>发表新帖子</h1>
<p>主题:<input type="text" name="talkName" width="100">
<p>主题内容:<br>
<textarea rows="10" cols="30" name="talkContent"></textarea><br>
<input type="submit" name="tijiao">
<input type="reset" name="chongzhi">
</form> </center>
<%@ include file="foot.jsp" %>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -