<#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 '>'.
红色的叉叉~~
- Start tag (<input>) not closed properly,
expected '>'.
红色的叉叉~~
#3
不知道是不是配置的问题(O_O)?
#4
<input type="reset"<#rt/>这个地方可是少一个>? 是否应该是<input type="reset"
><#rt/>
#5
不,没有呀,在公司电脑上就不会报错,在自己电脑上就报错,心好累
#6
我试了一下,我加了>之后就不报错了,但是如果这样,这个input标签不是就在开始就闭合了吗?
#1
报的什么错?
#2
Multiple annotations found at this line:
- Start tag (<input>) not closed properly,
expected '>'.
红色的叉叉~~
- Start tag (<input>) not closed properly,
expected '>'.
红色的叉叉~~
#3
不知道是不是配置的问题(O_O)?
#4
<input type="reset"<#rt/>这个地方可是少一个>? 是否应该是<input type="reset"
><#rt/>
#5
不,没有呀,在公司电脑上就不会报错,在自己电脑上就报错,心好累
#6
我试了一下,我加了>之后就不报错了,但是如果这样,这个input标签不是就在开始就闭合了吗?