早教吧 育儿知识 作业答案 考试题库 百科 知识分享

selectedIndex有什么用?比如有一个语句:i=document.form1.heading.selectedIndex;headcolor=document.form1.heading.options[i].value;其中的selectedIndex是什么意思啊

题目详情
selectedIndex有什么用?
比如有一个语句:
i=document.form1.heading.selectedIndex;
headcolor=document.form1.heading.options[i].value;
其中的selectedIndex是什么意思啊
▼优质解答
答案和解析
selectedIndex代表的是你所选中项的index.