日期:2014-05-17 浏览次数:20686 次
<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>