23,407
社区成员
发帖
与我相关
我的任务
分享
try
{
if ( you.Believe(it) || !you.Believe(it))
{
i.Believe(it);
}
}
catch (Exception e)
{
throw new Exception("It's a miracle!");
}
finally
{
it.JustHappened();
}
System.out.println("Hello World!");