我使用下面的脚本来更改脚本的颜色,但显示’font color =“red”> Hello world / font>像这样.有任何可能的方法来改变警报文字的颜色..
<html> <head> <title>JavaScript String fontcolor() Method</title> </head> <body> <script type="text/javascript"> var str = new String("Hello world"); alert(str.fontcolor( "red" )); </script> </body> </html>
解决方法
编号alert()接受一个字符串并使用本机窗口小部件呈现它.没有规定它的风格.