名称: CountryCode
功能: 获取国家代码列表(地址信息编辑时候需要)
示例:
<select name="countryCode" class="form-control width-auto pull-left margin-r-5 margin-b-5" title="国家代码"> {if($CountryCode)} {loop $CountryCode $k $v} <option value="{$v['countryCode']}">{$v['countryCode']} - {$v['country_cn']}</option> {/loop} {/if} </select>