Simulator : 55:TypeError: console.assert is not a function

当前版本1.1.2,模拟器上报如题错,但在浏览器上没有问题。找不到断言这个函数?

在 native 环境并没有 console 这个东东。如果要用 assert,请使用 cc.assert。

1赞