码迷,mamicode.com
首页 > 其他好文 > 详细

算术运算小案例

时间:2019-01-08 12:15:36      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:utf-8   title   body   tle   meta   rip   type   head   mat   

 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>

 

算术运算小案例

标签:utf-8   title   body   tle   meta   rip   type   head   mat   

原文地址:https://www.cnblogs.com/BingBing-Deng/p/10237677.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!