请问jsp页面出现<问题
紧急求助:
本人用eclipse和tomcat开发jsp网页,eclipse编辑器的编码也是utf-8
网页代码如下
结果生成的网页最后面多出来一个 <
 <%@ page contentType= "text/html; charset=utf-8 " %>
<head>
<title> 个税计算 </title>
</head>
<body>
<div align= "center ">
<h1> 个税计算 </h1>
</div>
<form id= "form1 " name= "form1 " method= "post " action= "CommonMgt?cmd=cal ">
收入
<label>
<input name= "income " type= "radio " value= "beforeTax " checked= "checked " />
税前
</label>
</form>
<p> </p>
</body>
</html>
-------------------------------------------------------
本人从浏览器里面看网页的源代码如下
不知何故变成这样
<head>
<title> 个税计算 </title>
</head>
<body>
<div align= "center ">
<h1> 个税计算 </h1>
</div>
<form id= "form1 " name= "form1 " method= "post " action= "CommonMgt?cmd=cal ">
收入
<label>
<input name= "income " type= "radio " value= "beforeTax " checked= "checked " />
税前
</label>
</form>
<
末尾的
</body>
</html>
都消失了
------解决方案--------------------浏览器坏掉了?
------解决方案--------------------重新部署一下服务器
------解决方案--------------------估计是你的标签没有配对.
------解决方案--------------------没有 <html> 标签
------解决方案--------------------帮顶
关注!!!
------解决方案--------------------可能存在中文全角的符号吧