iview是个好东西,今天第一次试用,用来做了一个app,但是在安卓5.1各种报错啊,头痛的是不知道具体哪行代码错了,总是报错undefined is not a function. 倒腾了半天,原来是iview的select中用了Array.find.array.findIndex方法.原来浏览器版本低了,不兼容这些JavaScript特性.果断的给打上补丁就好了 if(typeof Array.includes == 'undefined'){ Array.prototype.include