Uncaught SyntaxError: Unexpected token ) when using void()

后端 未结 3 1451
没有蜡笔的小新
没有蜡笔的小新 2021-01-01 18:20

I get this error and I\'ve managed to narrow it down to:

aaa

That

3条回答
  •  一整个雨季
    2021-01-01 18:28

    Use

    aaa
    

    void expects a parameter.

    There's an interesting discussion on using void(0) or other techniques here.

提交回复
热议问题