彪壮世界

文章
5
资源
0
加入时间
2年10月17天

js-dot.js

//小结// toExponential 保留小数点( 0-20 bit ) document.writeln(Math.PI.toExponential(0)); //3e+0 document.writeln(Math.PI.toExponential(2)); //3.14e+0 document.writeln(Math.PI.toExponential...