问答详情
源自:2-3 JavaScript实现瀑布流布局中图片定位

控制台报错 var oelements = parent.getElementsByTagName('*');


;https://img3.mukewang.com/5cfe083d00013ce305830571.jpg

Uncaught TypeError: Cannot read property 'getElementsByTagName' of null

    at getByClass (瀑布流原生js代码.htm:51)

    at waterfall (瀑布流原生js代码.htm:44)

    at window.onload (瀑布流原生js代码.htm:38)




提问者:qq_慕粉7082047 2019-06-10 15:37

个回答

  • qq_慕粉7082047
    2019-06-11 11:51:58

    知道了,原来我html里面写的是class  所以用byid 出不来,要把class换成id