javascript代码实例教程-jQuery取得select选择的文本与值

发布时间:2019-02-12 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了javascript代码实例教程-jQuery取得select选择的文本与值脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。
小宝典致力于为广大程序猿(媛)提供高品质的代码服务,请大家多多光顾小站,小宝典在此谢过。 <span style="font-Size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">jquery获取select选择的文本与值</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">获取select :</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">获取select 选中的 text :</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&amp;nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtyPE&quot;).find(&quot;option:selected&quot;).text();</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">获取select选中的 value:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).val();</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">获取select选中的索引:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).get(0).selectedindex;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">设置select:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">设置select 选中的索引:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).get(0).selectedindex=index;//index为索引值</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">设置select 选中的value:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).attr(&quot;value&quot;,&quot;normal&ldquo;);</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).val(&quot;normal&quot;);</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).get(0).value = value;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">设置select 选中的text:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;VAR count=$(&quot;#ddlregtype option&quot;).length;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;for(var i=0;i&lt;count;i++)</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;{&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;if($(&quot;#ddlregtype &quot;).get(0).options[i].text == text)</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;{</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).get(0).options[i].selected = true;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;break;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;}</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;}</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#select_id option[text=&#39;jquery&#39;]&quot;).attr(&quot;selected&quot;, true);</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">设置select option项:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#select_id&quot;).append(&quot;&lt;option value=&#39;value&#39;&gt;text&lt;/option&gt;&quot;);&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;//添加一项option</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#select_id&quot;).PRepend(&quot;&lt;option value=&#39;0&#39;&gt;请选择&lt;/option&gt;&quot;); //在前面插入一项option</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#select_id option:last&quot;).remove(); //删除索引值最大的option</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#select_id option[index=&#39;0&#39;]&quot;).remove();//删除索引值为0的option</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#select_id option[value=&#39;3&#39;]&quot;).remove(); //删除值为3的option</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#select_id option[text=&#39;4&#39;]&quot;).remove(); //删除text值为4的option</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">清空 select:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ddlregtype &quot;).empty();</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">工作需要,要获得两个表单中的值。如图:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">如何获得从左边选择框添加到右边选择框中的值?我想了想用网页特效可以获得,这里用了比较流行的jquery。</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">js代码如下:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;//获取所有属性值 var ITem = $(&quot;#select1&quot;).val();</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(function(){</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&#39;#select1&#39;).each(&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;//获得select1的所有值</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;function(){</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&#39;button&#39;).click(function(){</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;alert($(&#39;#select2&#39;).val());&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;//获得select2中的select1值</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;});</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;});</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;})</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;/script&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">值得注意的是,不能直接写成</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(function(){</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&#39;#select2&#39;).each(&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;//获得select1的所有值,因为前面讲选项从左边添加到右边,jquery其实并没有真正将值从左边传到右边。</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;function(){</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&#39;button&#39;).click(function(){</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;alert($(this).val());&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;//获得select2中的select1值</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;});</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;});</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;})</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">htML:</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;p class=&quot;centent&quot;&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;select multiple=&quot;multiple&quot; id=&quot;select1&quot; name=&quot;dd&quot; style=&quot;width:100px;height:160px;&quot;&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;option value=&quot;1&quot;&gt;选项1&lt;/option&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;option value=&quot;2&quot;&gt;选项2&lt;/option&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;option value=&quot;3&quot;&gt;选项3&lt;/option&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;option value=&quot;4&quot;&gt;选项4&lt;/option&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;option value=&quot;5&quot;&gt;选项5&lt;/option&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;option value=&quot;6&quot;&gt;选项6&lt;/option&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;option value=&quot;7&quot;&gt;选项7&lt;/option&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;/select&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;p&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;span id=&quot;add&quot; &gt;选中添加到右边&amp;gt;&amp;gt;&lt;/span&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;span id=&quot;add_all&quot; &gt;全部添加到右边&amp;gt;&amp;gt;&lt;/span&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;/p&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;/p&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;p class=&quot;centent&quot;&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;select multiple=&quot;multiple&quot; id=&quot;select2&quot; name=&quot;sel&quot; style=&quot;width: 100px;height:160px;&quot;&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;/select&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;p&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;span id=&quot;remove&quot;&gt;&amp;lt;&amp;lt;选中删除到左边&lt;/span&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;span id=&quot;remove_all&quot;&gt;&amp;lt;&amp;lt;全部删除到左边&lt;/span&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;/p&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&lt;/p&gt;</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">使用JQuery,Ajax调用动态填充Select的option选项</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">//绑定ClassLevel1单击事件</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ClassLevel1&quot;).change(function () {</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;var id = $(&quot;#ClassLevel1&quot;).val();</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;var level2 = $(&quot;#ClassLevel2&quot;);</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;level2.empty();</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$(&quot;#ClassLevel3&quot;).hide();</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;$.ajax({</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;url: &quot;./askCommon.ashx?action=getclasslevel&amp;pid=&quot; + id,</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;data: { &quot;type&quot;: &quot;ajax&quot; },</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;datatype: &quot;json&quot;,</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;type: &quot;get&quot;,</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;success: function (data) {</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;var JSON = eval_r(data);</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;for (var ind in json) {</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;level2.append($(&quot;&lt;option value=&#39;&quot; + json[ind].id + &quot;&#39;&gt;&quot; + json[ind].typename + &quot;&lt;/option&gt;&quot;));</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;}</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;}</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;});</span><br style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /> <span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;</span><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><wbr style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;" /><span style="font-size: 14px; color: rgb(73, 73, 73); font-family: simsun; line-height: 21px;">&nbsp;})</span>

觉得可用,就经常来吧! 脚本宝典 欢迎评论哦! js脚本,巧夺天工,精雕玉琢。小宝典献丑了!

脚本宝典总结

以上是脚本宝典为你收集整理的javascript代码实例教程-jQuery取得select选择的文本与值全部内容,希望文章能够帮你解决javascript代码实例教程-jQuery取得select选择的文本与值所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。