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