问题:
A . n=Math.round(Math.random(100))+1;B . n=Math.round(Math.random()*100)+1;C . n=Math.floor(Math.random(100))+1;D . n=Math.floor(Math.random()*100)+1;
● 参考解析
本题暂无解析
相关内容
相关标签