select对象如何使用selectedIndex属性
1、创建一个名称为select__selectedIndex 的html文件

2、添加一个 select 下拉列表对象引入js文件 设置id为 my_select_id_selectedIndex

3、添加一个button按钮,在点击事件中加入自定义函数 为my_select_selectedIndex添加一p标签,设置id 为 show_select_selectedIndex

4、在javascript中创建一个自定义函数 my_select_selectedIndex

5、在自定义函数中获取select下拉列表对象。用 selectedIndex 属性获取选中的下拉 列表选项的索引值,将获取的结果添加到p标签中显示

6、在浏览器中打开文件 select__selectedIndex,在浏览器端选选择一个选项再点击button查看效果
