×
选择区域
{loop $areas['province'] $value} {if $value['@attributes']['name']=='请选择省份'}{php continue;}{/if}
{php echo $value['@attributes']['name']}
{if count($value['city'])>0}
{loop $value['city'] $c}
{php echo $c['@attributes']['name']}
{/loop}
{/if}
{/loop}