求解求帮忙
var a=Math.random()*10;
document.write(a+"<br />");
上面这两行代码为什么写成一行 var a=document.write(Math.random()*10); 这样的实现不了?
var a=Math.random()*10;
document.write(a+"<br />");
上面这两行代码为什么写成一行 var a=document.write(Math.random()*10); 这样的实现不了?
2017-04-23
举报