记录啊
获取html option标签中的value何内容
var slt = document.getElementById('sel1');
slt.options.[slt.selectedIndex].value;
发布时间: 2012-10-25 10:58:57 作者: rapoo
记录啊
获取html option标签中的value何内容
var slt = document.getElementById('sel1');
slt.options.[slt.selectedIndex].value;