2

我从以下代码中得到了丢失的 ) 错误。JS Hint 说 ) 应该从顶行开始,但是找到了“如果”。

denom = (((theZombies[j].y + 15) – theZombies[j].y) * (mouseX – Player1.x) – ((theZombies[j].x + 18) – (theZombies[j].x - 18 )) * (mouseY - Player1.y));

if (denom != 0) {theZombies.splice(j, 1);}

但我不明白 - 所有括号都正确关闭。我还回顾了代码,之前找不到未关闭的代码。有什么我想念的想法吗?

谢谢!

4

1 回答 1

11
于 2013-08-14T21:22:02.630 回答