为什么会出现Uncaught TypeError: Cannot read property 'getElementsByClassName' of undefined

.= ()
{
    Lis = .()Lis.onmouseover = () {
            .= ..().()..().=}
        Lis.onmouseout = () {
            .= }
    }




从现在开始勇敢一点
浏览 2549回答 3
3回答

温暖完整。

111

从现在开始勇敢一点

window.onload = function (){    var Lis = document.getElementById("list1");        Lis.onmouseover = function () {            this.className = "lihover";            this.document.getElementById("picture1").setAttribute("src","image/uparrow.png");            this.document.getElementsByClassName("submenue").display="block";        }        Lis.onmouseout = function () {            this.className = "";        }    }JS代码是这个
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript