JavaScript Math toSource 方法 JavaScript Math tan 方法 JavaScript 正则表达式RegExp的constructor属性 JavaScript Math toSource 方法 <html> <head> <title>JavaScript Math toSource() Method</title> </head> <body> <script type = "text/javascript"> var value = Math.toSource( ); document.write("Value : " + value ); </script> </body> </html> JavaScript Math tan 方法 JavaScript 正则表达式RegExp的constructor属性