?
?
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)