Hello world/font>。是否有任何可能的方法来更改警报文本颜色.. JavaScript Str-6ren">
gpt4 book ai didi

javascript - 使用 javascript 更改警报消息文本颜色

转载 作者:数据小太阳 更新时间:2023-10-29 04:24:49 24 4
gpt4 key购买 nike

我正在使用下面的脚本来更改脚本的颜色,但会像这样显示“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() 接受一个字符串并使用 native 小部件呈现它。没有设置样式的规定。

最接近的方法是通过 DOM 修改 HTML 文档以显示消息,而不是使用 alert()

关于javascript - 使用 javascript 更改警报消息文本颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13451873/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com