问题 更新时间2023/6/11 11:07:00 以下( )表达式产生一个0-7之间(含0,7)的随机整数。A. Math.floor(Math.random()*6) B. Math.floor(Math.random()*7) C. Math.floor(Math.random()*8) D. Math.ceil(Math.random()*8) 答案 登录 注册 C 出自:国家开放大学 >> 国家开放大学JavaScript程序设计