最好不要找到特定的。比如说我获得text的哪一行只要是input【type=text】的就存在在txts这个变量里。我想问一下有没有方法能同样的方法获取到option的value值
javascript获取选中的option的value值
答案:2 悬赏:60 手机版
解决时间 2021-03-06 21:45
- 提问者网友:杀生予夺
- 2021-03-06 07:08
最佳答案
- 五星知识达人网友:舊物识亽
- 2021-03-06 08:24
document.getElementById("aaa").value
document.getElementById("aaaa").value
document.getElementById("aaaa").value
全部回答
- 1楼网友:掌灯师
- 2021-03-06 08:37
<!doctype html><br><html><br><head><br><title>学了又学之一根筋重现</title><br><meta charset=utf-8 /><br><style type="text/css"><br></style><br><script type="text/javascript" src="jquery-1.8.0.min.js"></script><br><script type="text/javascript"><br> var addclick = function ()<br> {<br> var state = document.queryselector ('#state');<br> var level = document.queryselector ('#level');<br> alert (state.value)<br> alert (level.value)<br> }<br></script><br></head><br><body><br> <input type="text" /><br> <select id="state"><br> <option>正常</option><br> <option>废弃</option><br> </select><br> <select id="level"><br> <option>0级</option><br> <option>1级</option><br> <option>2级</option><br> <option>3级</option><br> </select><br> <button onclick="addclick ();">添加</button><br> <button onclick="addclick();">修改</button><br></body><br></html>
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯