<select name="cateid">
<option >选择分类</option>
<volist name="cateres" id="vo">
<option <if condition="$vo['id'] eq $srticler['cateid']">selected="selected"</if> value="{$vo.id}" >{$vo.catename}</option>
</volist>
</select>
ringa_lee2018-07-10 21:08:20
It is not possible to obtain dynamic columns. Which part are you referring to? Is the variable cateres empty and not obtained, or did you fail to modify the data? Please describe the problem in detail