摘要: ```public class Test{ public static void main(String[] args) { double a=2,b=3; double z1=Math.pow(a,b); double z2=Math.sqrt(9); System.out.println... 阅读全文
posted @ 2015-07-29 20:52 桑海田 阅读(265) 评论(0) 推荐(0) 编辑