lsb123

f1 = function () { //var selected_val = document.getElementById(test).value; var obj = document.getElementById("test"); var option_val = obj.options[obj.selectedIndex].value; alert(option_val); alert("OK"); }

相关文章:

  • 2021-12-01
  • 2018-09-11
  • 2021-11-22
  • 2021-08-07
  • 2021-12-01
  • 2021-08-26
  • 2022-02-25
猜你喜欢
  • 2021-06-25
  • 2022-02-09
  • 2021-12-10
相关资源
相似解决方案