勾股定理 Pythagorean theorem a² + b² = c² var c:Number = Math.sqrt(Math.pow(a,2) + Math.pow(b,2)); 相关文章: 2021-04-25 2022-02-16 2021-12-01 2022-01-25 2022-01-23 2022-02-05 2021-06-03 2022-12-23