我正在为我和朋友玩的桌面策略游戏制作 JavaScript 骰子滚轮,但遇到了障碍。基本上有一个不规则的命中表,所以我不能使用公式(据我所知)来判断结果,而是我有一大堆 switch 和 if .. else 语句来确定它们是否是成功或不成功。由于我已经纠正了 JsLint 显示的所有其他错误,但我似乎无法理解这些错误,因为它们引用的字符位于单词中间。
这是jsFiddle:
Error:
Problem at line 19 character 12: Missing semicolon.
var aContnt["<h1>Broken History - Dice roller tool</h1><p>Choose one of the f...
Problem at line 19 character 1249: Expected an assignment or function call and instead saw an expression.
var aContnt["<h1>Broken History - Dice roller tool</h1><p>Choose one of the f...
Implied global: prompt 64,66,262,264,441, morale 441,443, iRoll 442,443