var x=Math.PI;
var y=Math.sqrt(16);
document.write(Math.round(4.7))
document.write(Math.random())
document.write(Math.floor(Math.random()*11))
document.write(Math.max(5,7) + "<br />")
document.write(Math.min(5,7) + "<br />")
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |