我正在使用以下腳本來更改腳本的顏色,但顯示「font color =」red「> Hello world/font> like this.Is any possible way to change alert text color ...使用javascript更改警報消息文本顏色
<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>
不,這是不可能的,但你可以使用自定義警報框,由div組成 –
嘗試從Jquery UI的模態消息,http://jqueryui.com/dialog/#modal –