for(Iterator<Article> it = articles.iterator(); it.hasNext(); ) {
                    
                   
                 Article ar = it.next();
}
这个要怎么改??