首页
编程
java
php
前端
首页
编程
java
php
前端
java求平方根 求解答!!
求问!怎么做呀!
root=Math.sqrt(x);
或者
静态导入Math后
root=sqrt(x);
root = sqrt(x);
点击展开全文