微信小程序报错解决方法[TypeError: N.length is not a function]

Posted 喵喵喵喵要抱抱

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序报错解决方法[TypeError: N.length is not a function]相关的知识,希望对你有一定的参考价值。

解决方法

N.length() 后面的括号去掉;

原因分析

N.length 是属性不是方法,不能在后面加括号执行;

以上是关于微信小程序报错解决方法[TypeError: N.length is not a function]的主要内容,如果未能解决你的问题,请参考以下文章