2

I have been using jsFiddle to run Javascript, and am not currently using a library (i.e., jQuery). I would like to use italics in an alert box, but whenever I do it prints the

<em>Example</em>

tags. If I use

str.italics()

method it prints

<i>Example</i>

Why doesn't it work, and is there any way around this?

4

1 に答える 1

4

アラートに HTML を挿入することはできません。テスト以外の目的でアラートを使用することは避けることをお勧めします。カスタム アラート ダイアログ ボックス/ライトボックスの作成は難しくなく、見栄えもよくなります。

于 2013-06-30T20:45:02.663 に答える