java 中10的i次方怎么表示
先导入java.util.Math包,Math.pow(10,i);
先导入java.util.Math包,然后在一行代码:Math.pow(10,n);(n为实现10的n次方的参数),希望能帮到你