欢迎<%=(user==null?"您":user.getTruename()) %>,最新公告
<%int count = 0; %> <%for(int i=notices.size()-1;i>=0;i--){ if(count>=1) break; JSONObject n = notices.getJSONObject(i); count++; String picture = n.getString("picture"); if(picture.contains("www.andisk.com/andisk")){ picture = picture.replaceAll("www.andisk.com/andisk", "bk.andisk.com"); } %>
- <%=n.getString("title") %>
- <%=n.getString("introduce") %>...