问答详情
源自:4-3 打开侧边栏的动画效果实现

打開是提示錯誤

Uncaught TypeError: Cannot read property 'style' of undefined

提问者:大T 2020-05-27 16:49

个回答

  • weixin_慕无忌4431486
    2021-01-12 20:36:02

    对象错误,应该是that.style=。。。这一步错误,跟前面 var self = this 一样,需要重新定义this指向。var that = this;