我从以下代码中得到了缺失的)错误。 JS Hint说a)预计来自顶线,但“如果”发现了。
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);}
但是我没理解 - 所有的括号都被正确关闭了。我也回顾了代码,之前找不到一个未封闭的代码。我缺少什么想法?
谢谢!