<select id=aaa><option value="1">浙江</option></select>
<script>
alert(document.all.aaa.options[0].text)
alert(document.all.aaa.options[0].value)</script>