javascriptに改行を入れたい。使用<br/>, \n and %0D%0A
しましたが、何も起こりませんでした。
これが私のコードです:
var textpara = 'This is dummy text. It will blink and then show.';
これ欲しい:
This is dummy text.
It will blink and then show.
助言がありますか ?
javascriptに改行を入れたい。使用<br/>, \n and %0D%0A
しましたが、何も起こりませんでした。
これが私のコードです:
var textpara = 'This is dummy text. It will blink and then show.';
これ欲しい:
This is dummy text.
It will blink and then show.
助言がありますか ?