function getValue(){
var obj = document.getElementById("select");
var objopt = obj.options[obj.selectedIndex].innerHTML;//取到显示值
}
from: JavaScript群 恩崔立(383949476)
function getValue(){
var obj = document.getElementById("select");
var objopt = obj.options[obj.selectedIndex].innerHTML;//取到显示值
}
from: JavaScript群 恩崔立(383949476)

被折叠的 条评论
为什么被折叠?