<select name="typeId">
<
foreach name="typeInfo" item="v">
<
if condition="
$v[typeId] eq
$article[typeId]">
<option value="{
$v.typeId}" selected>{
$v.name}</option>
<
else/>
<option value="{
$v.typeId}">{
$v.name}</option>
</
if>
</
foreach>
</select>
转载请注明原文地址: https://ju.6miu.com/read-963850.html