gpt4 book ai didi

javascript - 语法错误: missing ; before statement on normal statement

转载 作者:行者123 更新时间:2023-11-28 15:33:44 30 4
gpt4 key购买 nike

我不确定为什么会收到此代码。基本上我希望能够动态定位我的发射器,但是当我添加一个选项来检查位置并根据需要进行纠正时,我不断收到此错误。

添加的代码是

                    if ( pos == 'right' ) {
xcord = width + xcord;
console.log("xcord");
} elseif ( pos == 'center' ) {
xcord = width / 2 + xcord;
}

如果删除它不会导致错误,但会抛出缺少的 ; 语句。

注意我也尝试过使用简写 var 运算符,但仍然出现同样的错误。

http://codepen.io/WAS/pen/Ejgsw

最佳答案

这是因为 JavaScript 中没有 elseif 关键字。

这是else if,两个词。

关于javascript - 语法错误: missing ; before statement on normal statement,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26265854/

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