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

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("哈哈")

                    

            }

     

        }


2Bean
浏览 1323回答 1
1回答

Caballarii

一般都是字符串型,给case后面的1和2加引号试试
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript