ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 已解決 怎么根據選擇下拉框的內容和下面的內容,篩選出想要的內容 1 0
s1234567 免費用戶 2019-03-30 09:04:56 私信
POSCMS版本:3.2.0 懸賞:10元


image.png

<select class="select01">

{php $field = dr_field_options('chelei',0, 'case');}

{loop $field $i $t}

<option value="01">

<li>

<a class="label {if $i==$get.ceshi}label-success{else}label-default{/if}" href="{dr_search_url($params, 'catid', $t.id, null,'case')}">{$t}</a>

</li>

</option>

{/loop}

</select>

根據選擇下拉框的內容和下面的內容篩選出想要的內容


image.png

解決方案