当前位置: 代码迷 >> Web前端 >> 记要
  详细解决方案

记要

热度:350   发布时间:2012-10-25 10:58:57.0
记录啊
获取html option标签中的value何内容
var slt = document.getElementById('sel1');
slt.options.[slt.selectedIndex].value;
  相关解决方案