JavaScript 正则表达式RegExp的constructor属性 JavaScript Math toSource 方法 JavaScript 正则表达式RegExp的global属性 JavaScript 正则表达式RegExp的constructor属性 <html> <head> <title>JavaScript RegExp constructor Property</title> </head> <body> <script type = "text/javascript"> var re = new RegExp( "string" ); document.write("re.constructor is:" + re.constructor); </script> </body> </html> JavaScript Math toSource 方法 JavaScript 正则表达式RegExp的global属性