 
		qq_曹振_0
2017-08-29 14:44
document.write(Math.round(parseInt((10*Math.random();)););
 
				你可以选着把前面的两个分号去掉
 
				几番尝试成功执行了,原来代码函数里面可以镶嵌代码函数document.write(Math.round(parseInt(10*Math.random())));
 
				document.write(Math.round(parseInt(10*Math.random();)););我发现了错误多了个括号,去掉还是不能运行
JavaScript进阶篇
469067 学习 · 22582 问题
相似问题