可能重複:
How to get Text BOLD in Alert or Confirm box?如何在警告框中設置風格文本?
在下面的例子中,我需要樣式添加到單詞警報,所以它說:
您好!我是提醒框!
這裏是我的代碼:
<html><head>
<script type="text/javascript">
function show_alert()
{
alert("Hello! I am an alert box!");
}
</script></head><body>
<input type="button" onclick="show_alert()" value="Show alert box" />
</body></html>
嘗試建立自己的警告框。 – sissonb
這個問題給了我一個構建插件的想法,讓操作系統像警戒框一樣。就像Apple在iCloud中所做的一樣。我應該把它叫做alert.js嗎? – Mohsen