例如,求5的3次方用Math.pow(5,3);将求出的结果赋给变量 i ,即double i=Math.pow(5,3);
posted on 2022-01-15 15:28 轻信 阅读(925) 评论(0) 编辑 收藏 举报