以下( )表达式产生一个0~7之间(含0,7)的随机整数
Math.floor(Math.random()*6)
Math.floor(Math.random()*7)
Math. floor(Math.random()*8)
Math.ceil(Math.random()*8)