以下代码: let color = Math.floor(Math.random() * 256).toString(16) 运行后,color的值为()
以下代码: let color = Math.floor(Math.random() * 256).toString(16) 运行后,color的值为()
A.0~256之间的16进制随机数
B.0~255之间的16进制随机数
C.0~256之间的10进制随机数
D.0~255之间的10进制随机数
正确答案:B
以下代码: let color = Math.floor(Math.random() * 256).toString(16) 运行后,color的值为()
A.0~256之间的16进制随机数
B.0~255之间的16进制随机数
C.0~256之间的10进制随机数
D.0~255之间的10进制随机数
正确答案:B
相关答案
热门答案