js 下拉框选中的值

来源:互联网 发布:怎么备份游戏数据 编辑:程序博客网 时间:2024/05/16 11:09
function changeSelectValue(){
flesh();
var t = document.getElementById("type");
if(t.options[t.selectedIndex].value == 1 || t.options[t.selectedIndex].value == 2)


}
0 0
原创粉丝点击