Home > Article > Web Front-end > 基础问题求帮助_html/css_WEB-ITnose
<body><form action="tweet" method="post"><p>姓名: <input type = "text" name = "content" /><p><p>Email:<input type="text" name="content2" /><p><p><input type = "submit" value = "tweet" /></p></form><hr /><c:forEach var="e" items="${tweetList}" >${f:h(e.content)}<hr /></c:forEach></body>
补充
<body><form action="tweet" method="post"><p>姓名: <input type = "text" name = "content" /><p><p>Email:<input type="text" name="content2" /><p><p><input type = "submit" value = "tweet" /></p></form><hr /><c:forEach var="e" items="${tweetList}" >${f:h(e.content)}<hr /></c:forEach></body>
${f:h(e.content)}
${f:h(e.content)2}
这样就ok
抱歉是
${f:h(e.content2)}