审查视图

application/admin/command/Crud/stubs/html/select.stub 265 字节
郭盛 authored
1 2 3 4 5 6
            
            <select {%attrStr%}>
                {foreach name="{%fieldList%}" item="vo"}
                    <option value="{$key}" {in name="key" value="{%selectedValue%}"}selected{/in}>{$vo}</option>
                {/foreach}
            </select>