for (let i = 0; i < max; i++) {
var object = {
finishTime: 1648360159000,
projectId: "103486",
projectName: "茂名高州项目四期、五期",
entityId: "ISb734e2859352000",
entityName: "四期二标",
entityScore: "90.56",
entityLevel: "A",
professId: "22233bdeb2000",
professName: "现场安全文明",
professScore: "90.66",
professName: "工程实体质量",
index: 0
};
object.index = i;
this.tempListData.push(object);
}
m***@126.com (作者)
现在问题是卡死不会释放掉,执行2次10万次for循环没有问题,等执行第三次for循环 程序会出问题
2022-07-25 08:04