TypeError:undefined不是一个对象

这个问题在这里已经有了答案:

  • 检测未定义的对象属性40个答案

  • 我试过这样,它似乎工作

    var iframe = document.querySelector('.container iframe');
    window.frames[iframe.id].contentWindow.runAnimation();
    

    https://plnkr.co/edit/0pquvlK3beF1pqMcU1lc?p=preview

    链接地址: http://www.djcxy.com/p/22639.html

    上一篇: TypeError: undefined is not an object

    下一篇: Prevent error "is undefined" in if statement