67,541
社区成员
发帖
与我相关
我的任务
分享public String excute() throws SQLException
{
list=IndexDAO.getFCname();
fbnum=IndexDAO.getFBnumber(fbid);
str=IndexDAO.getFBlast(fbid);
fbtn=IndexDAO.getFBtoday(fbid);
fbau=IndexDAO.getFBauthor(fbid);
return SUCCESS;
}