JavaScript 字符串 string fixed方法 JavaScript 字符串 string bold方法 JavaScript 字符串string fontcolor 方法 JavaScript 字符串 string fixed方法 <html> <head> <title>JavaScript String fixed() Method</title> </head> <body> <script type = "text/javascript"> var str = new String("Hello world"); alert(str.fixed()); </script> </body> </html> JavaScript 字符串 string bold方法 JavaScript 字符串string fontcolor 方法