根据后台传值动态改变单选按钮
代码如下:
<input type="radio" name="isce" <#if ('${(result.isce)!}'=='0')>checked</#if> value="0">是
<input type="radio" name="isce" <#if ('${(result.isce)!}'=='1')>checked</#if> value="1">否
根据后台传值动态改变单选按钮
代码如下:
<input type="radio" name="isce" <#if ('${(result.isce)!}'=='0')>checked</#if> value="0">是
<input type="radio" name="isce" <#if ('${(result.isce)!}'=='1')>checked</#if> value="1">否