同样的是iphone6s,一台手机可以正常运行,另一台手机却报这个错误,这是什么原因,都是微信7.0.0
if (!Object.entries) Object.entries = function( obj ){ var ownProps = Object.keys( obj ), i = ownProps.length, resArray = new Array(i); // preallocate the Array while (i--) resArray[i] = [ownProps[i], obj[ownProps[i]]]; return resArray; };