Math.random和Math.round的输出值不对是什么原因?
document.write(Math.random()*10+"<br>"); var a = Math.random()*10; document.write(Math.round(a));
/* 结果: */ 9.264079429280889 6
有大神知道这是什么原因么,还望解释!!!
document.write(Math.random()*10+"<br>"); var a = Math.random()*10; document.write(Math.round(a));
/* 结果: */ 9.264079429280889 6
有大神知道这是什么原因么,还望解释!!!
2017-12-18
举报