The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype eslint报错这种问题应该怎么改?代码这样写的 for ( x in myemrList) {
arr.push(myemrList[x].hospital_id);
}
添加回答
举报
0/150
提交
取消