public class Test
{
public static void main(String[] args)
{
System.out.println(new Test().test());
}static int test()
{
int x = 1;
try
{
return x;
}
finally
{
++x;
}
}
}
慕妹3242003
繁星coding
守着一只汪
随时随地看视频慕课网APP
相关分类