Cannot read property 'constructor' of undefined;at api request success callback function TypeError: Cannot read property 'constructor' of undefined,
今天这个数据类型判断突然不能用了,仔细试了一下,发现与数据大小有关系,语句很简单
success: function (res) {
console.log(res); //控制台能打印出数据来, if (res.data.constructor!=Array){//报错
小程序对数据大小有限制?上限是多少呢