前端开发实际工作中的小算法

分数向下取 0.5 的倍数

let score = Math.floor(this.score*2)/2;

你可能感兴趣的:(♚算法与数学)