index.jsp遇到的问题

在index.jsp页面上的错误。

Multiple annotations found at this line:
	- Unknown tag (eq).
	- Start tag (<input>) not closed properly, 
	 expected '>'.

原因可能是:

没有引入标签库 tag

解决方法:

在javascript标签内添加:

/* <![CDATA[  */

末尾加上:

	/* ]]> */

就可以了。

猜你喜欢

转载自blog.csdn.net/jikefzz1095377498/article/details/81219476