可以通过给option标签包裹一层optgroup标签来给下拉列表中的数据分类
格式:
<select>
<optgroup label="广州">
<option>列表数据</option>
</optgroup>
</select>