语法错误:元素列表后缺少 ]
当数组初始值设定项语法某处出现错误时,会发生 JavaScript 异常 "元素列表后缺少 ]"。可能缺少右方括号 (]
) 或逗号 (,
)。
¥The JavaScript exception "missing ] after element list" occurs when there is an error
with the array initializer syntax somewhere. Likely there is a closing square bracket
(]
) or a comma (,
) missing.
信息
错误类型
什么地方出了错?
示例
不完整的数组初始值设定项
也可以看看
¥See also