摘要: 1、数学对象 Math: 特点 :不需要定义 直接通过 Math. 调用方法(下面列举了部分方法,更多可查看W3C文档) Math.pow(m,n) m的n次幂 Math.sqrt(m) 平方根 勾股定理 : c = Math.sqrt(Math.pow(a,2) + Math.pow(b,2)) 阅读全文
posted @ 2019-01-03 16:47 一直敲敲敲 阅读(179) 评论(0) 推荐(0)