for (NotificationItem *item incommonArray) { } 不如for(int i = 0;i<incommonArray.count ;i++) {} 转载于:https://www.cnblogs.com/guligei/p/3173291.html