问题详情
以下代码:letcolor=Math.floor(Math.random()*256).toString(16)运行后,color的值为()
A、0~256之间的16进制随机数
B、0~255之间的16进制随机数
C、0~256之间的10进制随机数
D、0~255之间的10进制随机数