<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title></head><body>
<select name="list" id="list" size="1" multiple>
  <option>aa</option>
</select>
<script>
v=2;
list.options[0].value = v;
document.write (list.options[0].value);
</script>
</body>
</html>