我正在尝试通过方法 invokeMonoMethod 调用 ac# 方法,但是我不想将任何参数传递给该方法:
invokeMonoMethod('MonoSanityClient', 'MonoSanityClient', 'Examples', 'getMessage')
当我不传递参数时,将返回以下消息:
Uncaught TypeError: Cannot read property 'length' of undefined
at callMethod (loader.js:106)
at invokeMonoMethod (loader.js:43)
at showAlert ((index):77)
at HTMLButtonElement.onclick ((index):11)
收到此消息后,我尝试通过这种方式传递一个空数组:
invokeMonoMethod('MonoSanityClient', 'MonoSanityClient', 'Examples', 'getMessage', [])
我收到了这个错误:
Uncaught abort(). Build with -s ASSERTIONS=1 for more info.