为了账号安全,请及时绑定邮箱和手机立即绑定

document.getElementById('wb').value得出来的是什么类型,为什么我用swtich按什么都是哈哈

document.getElementById('wb').value得出来的是什么类型,为什么我用swtich按什么都是哈哈

2Bean 2016-06-01 13:17:25
function checkone(){            var i=document.getElementById('wb').value            switch(i){                case 1:                    document.write("1")                    break;                case 2:                    document.write('2')                    break;                default:document.write("哈哈")                                }             }
查看完整描述

1 回答

?
Caballarii

TA贡献1123条经验 获得超629个赞

一般都是字符串型,给case后面的1和2加引号试试

查看完整回答
3 反对 回复 2016-06-01
  • 1 回答
  • 0 关注
  • 1322 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信