這篇文章主要介紹了JavaScript中的Math.E屬性使用詳解,是JS入門學(xué)習(xí)中的基礎(chǔ)知識(shí),需要的朋友可以參考下
這是一個(gè)歐拉常數(shù)和自然對(duì)數(shù)的基數(shù),約為 2.718.
語法:
- Math.E
示例:
- <html>
- <head>
- <title>JavaScript Math E Property</title>
- </head>
- <body>
- <script type="text/javascript">
- var property_value = Math.E
- document.write("Property Value is : " + property_value);
- </script>
- </body>
- </html>
這將產(chǎn)生以下結(jié)果:
- Property Value is : 2.718281828459045
新聞熱點(diǎn)
疑難解答
圖片精選