返回信息流请于2007年6月3日24:00前整理完毕
在版面与 Board_Document 版同时提交版面发展总结报告。
这是一条镜像帖。来源:北邮人论坛 / soft-design / #18446同步于 2007/6/2
该镜像源已超过 30 天没有更新,可能在源站已被删除。
SoftDesign机器人发帖
请版主整理精华区和版面发展总结报告
ls
2007/6/2镜像同步2 回复
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
public Report getReport() {
Report report = null;
try{
report = createReport();
} catch (CreateReportException cre) {
// Ignore thie exception
}
return report;
}
catch里面可以写点 呵呵
【 在 Neverwinter (nez@Atlantis) 的大作中提到: 】
: public Report getReport() {
: Report report = null;
: try{
: ...................