0
点赞
收藏
分享

微信扫一扫

jsp新代码第239课

安七月读书 2022-05-16 阅读 201


new239.jsp

package pack03;

import java.util.ArrayList;
import java.util.List;

public class new239
{
public List<new240> findAllNotes()
{
try
{
new241 noteDao = new new241();
return noteDao.finAll();
}
catch (Exception e)
{
e.printStackTrace();
}
return new ArrayList<new240>();
}
}


举报

相关推荐

0 条评论