java 计算 1到10 的 阶层的和(采用递归的方法) package hibernate; public class t { public static void main(String[] args) { System.out.prin ...