📜  javascript代码示例中的math.round

📅  最后修改于: 2022-03-11 15:03:32.037000             🧑  作者: Mango

代码示例6
let xo =7.45;
xo = Math.round(xo);
// output = 7;