一、jsp页面:
<tr>
<th><span class="red">* </span><font size="2">服务类型:</font></th>
<td>
<select id="addServiceType" name="serviceType" style="width: 168px;" οnchange="serviceTypeChange(this.options[this.selectedIndex].value);">
<option value="">--选择服务方式--</option>
<option value="1">配送中心</option>
<option value="2">门店</option>
</select>
</