切换布局
显示结果
<html> <head> <title>JavaScript String big() Method</title> </head> <body> <script type = "text/javascript"> var str = new String("Hello world"); alert(str.big()); </script> </body> </html>