IT技术博客网IT技术博客网IT技术博客网

当前位置: 首页 > 前端

html表单select多个option实现点击选择进行跳转的方法

<select  onchange="location.href=this.options[this.selectedIndex].value;" >
    <option value="你的任意url">跳转1</option>
    <option value="http:xxxxxxxx">跳转2</option>        
</select>



技术QQ交流群:157711366

技术微信:liehuweb

写评论