热搜:NVER node 开发 php

html 有这个标签吗<#if ></#if>_html/css_WEB-ITnose

2024-11-11 19:10:01
html 有这个标签吗<#if ></#if>_html/css_WEB-ITnose

最近在看jforum的源码,看到他的html文件中用了大量的#if>,可是在myeclipse下都报错了,求各位帮忙解答一下

		${I18n.getMessage("Groups.Form.GroupName")}			

下边是报错提示
Multiple annotations found at this line:	- Invalid character used in text string (<#if group?exists>${group.name}" />).	- Start tag () not closed.


回复讨论(解决方案)

使用了freemarker组件了。

我也刚碰到了这个问题,是不是要安装freemarker组件