摘要: public class TestMath{ public static void main(String[] args) { /* 下面是三角运算 */ //将弧度转换角度 System.out.println("Math.toDegrees(1.57):" + Math.toDegrees(1. 阅读全文
posted @ 2023-09-21 21:51 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑