myeclipse里使用freemarker宏报错

时间:2023-01-07 05:08:45
<input type="reset"<#rt/>
<#if value!=""> value="${value}"<#elseif code!=""> value="<@s.m code/>"</#if><#rt/>
<#if id!=""> id="${id}"</#if><#rt/>
/>

这个tag报错,不知道为什么,是myeclipse里面需要引入一些资源吗?或者需要配置一下?

6 个解决方案

#1


报的什么错?

#2


Multiple annotations found at this line:
- Start tag (<input>) not closed properly, 
 expected '>'.
红色的叉叉~~

#3


引用 1 楼 Lucas307的回复:
报的什么错?

不知道是不是配置的问题(O_O)?

#4


<input type="reset"<#rt/>这个地方可是少一个>?  是否应该是<input type="reset" ><#rt/>

#5


引用 4 楼 残月飞鹰的回复:
<input type="reset"<#rt/>这个地方可是少一个>?  是否应该是<input type="reset" ><#rt/>

不,没有呀,在公司电脑上就不会报错,在自己电脑上就报错,心好累

#6


引用 4 楼 残月飞鹰的回复:
<input type="reset"<#rt/>这个地方可是少一个>?  是否应该是<input type="reset" ><#rt/>

我试了一下,我加了>之后就不报错了,但是如果这样,这个input标签不是就在开始就闭合了吗?

#1


报的什么错?

#2


Multiple annotations found at this line:
- Start tag (<input>) not closed properly, 
 expected '>'.
红色的叉叉~~

#3


引用 1 楼 Lucas307的回复:
报的什么错?

不知道是不是配置的问题(O_O)?

#4


<input type="reset"<#rt/>这个地方可是少一个>?  是否应该是<input type="reset" ><#rt/>

#5


引用 4 楼 残月飞鹰的回复:
<input type="reset"<#rt/>这个地方可是少一个>?  是否应该是<input type="reset" ><#rt/>

不,没有呀,在公司电脑上就不会报错,在自己电脑上就报错,心好累

#6


引用 4 楼 残月飞鹰的回复:
<input type="reset"<#rt/>这个地方可是少一个>?  是否应该是<input type="reset" ><#rt/>

我试了一下,我加了>之后就不报错了,但是如果这样,这个input标签不是就在开始就闭合了吗?