分割を使用してテキストに変換する場合および divの配列の最後の行を結果として表示します.my problem is textareaでエスケープシーケンスを使用する方法それは、配列分割を使用してテキストを配列に変換する方法
var txtBox = document.getElementById("textArea");
var lines = txtBox.value.split("\n");
// print out last line to page
var blk = document.getElementById("result");
blk.innerHTML = lines[lines.length - 1];
<textarea id="textArea" style="width: 710px;color: #ffffff;background: activecaption">
On the other hand,<br/>
we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of
</textarea>
正確にあなたの質問は何で確認してください? – baao
コードが正しいようです...エラーがありますか? ..間違った結果?検索結果はありません? – scaisEdge
「
」タグは、「