标签:try static style htm ref blog color int str
public class Test { public static void main(String[] args) { System.out.println(); System.out.println(new Test().test()); //1 } static int test() { int x= 1; try { return x; } finally { ++x; System.out.println(x); } } }
http://blog.sina.com.cn/s/blog_69d4185b010197h8.html
标签:try static style htm ref blog color int str
原文地址:https://www.cnblogs.com/xuwangqi/p/11171043.html