前端的小计算问题

      /*     * Math.floor(x)//向下取整数*     *     * */     console.log('Math.floor(0.223333)=' + Math.floor(0.223333))     console.log('Math.floor(1.223333)=' + Math.floor(1.223333))     /*       Math.ma
相关文章
相关标签/搜索