首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

基础有关问题求帮助

2012-05-23 
基础问题求帮助HTML codebodyform actiontweet methodpostp姓名: input type text name

基础问题求帮助

HTML code
<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>


请教下:现在可以输入名字然后在服务器上显示,追加个Email后
想把Email的input输入的内容表示出来如何修改,现在只能表示名字的。
 Email的内容无法显示,例如
 姓名:Email地址 一起表示
~~~~~




[解决办法]
抱歉是
${f:h(e.content2)}

热点排行