Chuan 请问下如何向数组里添加元素(数组类型为any)尝试了this.objectsArray[i] = activityImg;和this.objectsArray.push(activityImg)等,都报错误!