切换布局
显示结果
<html> <head> <title>JavaScript Math LOG2E Property</title> </head> <body> <script type = "text/javascript"> var property_value = Math.LOG2E document.write("Property Value is : " + property_value); </script> </body> </html>