算术运算小案例
Posted bingbing-deng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了算术运算小案例相关的知识,希望对你有一定的参考价值。
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>算术运算小案例</title> 6 <script type="text/javascript"> 7 alert(Math.pow(((23+Math.pow(5,7))/45),2)); 8 9 </script> 10 </head> 11 <body> 12 </body> 13 </html>
以上是关于算术运算小案例的主要内容,如果未能解决你的问题,请参考以下文章