e 1 năm trước cách đây
mục cha
commit
1a08ca9bdb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/BOM/8.Math对象.html

+ 1 - 1
js/BOM/8.Math对象.html

@@ -15,7 +15,7 @@
         console.log(Math.ceil(a))
         // Math.floor 向下取整
         console.log(Math.floor(a))
-        // Math.abs 向上取整
+        // Math.abs 绝对值
         console.log(Math.abs(a))
         // Math.round 四舍五入
         console.log(Math.round(a))