gpt4 book ai didi

javascript - 为什么 "{} || {}"会抛出语法错误?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:07:33 25 4
gpt4 key购买 nike

这个有效:

var a = {} || {};

虽然这不是:

{} || {};
Uncaught SyntaxError: Unexpected token ||
at Object.InjectedScript._evaluateOn (<anonymous>:905:140)
at Object.InjectedScript._evaluateAndWrap (<anonymous>:838:34)
at Object.InjectedScript.evaluate (<anonymous>:694:21)

这是为什么呢?在 ff 和 chrome 上测试。

最佳答案

Javascript 将大括号视为代码块。试试这个:

({} || {});

关于javascript - 为什么 "{} || {}"会抛出语法错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32506671/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com