<option value="1" selected="<#if pgrade ==1>selected</#if>">一年级</option>
select 下的option 条件判断 满足条件被选中
用freemarket
这句为什么没经过判断 直接被选中了 该怎么改 有没有大神知道的
####去掉一个等于试试,
将selected="<#if pgrade ==1>selected</#if>" 修改成<#if pgrade ==1>selected</#if>
页面可能会报错,但是不影响