7.12.htm
来自「这是我卖的书上的源码 这书是电子邮电出版的是有关网络编程 有详细的例子」· HTM 代码 · 共 7 行
HTM
7 行
<script language="jscript">
document.write("<h1>toExponential()方法和toFixed()方法</h1>");
document.write((12345).toExponential(3)+"<p>");
document.write((12345).toExponential(4)+"<p>");
document.write((12345).toExponential(5)+"<p>");
document.write((12345).toFixed(6));
</script>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?