Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どこかからコピーした div に html コンテンツがあるとします。今私が使用するとき -:
var text = $("div#myDiv").text()
すべての改行とその他のタブまたはスペースが削除されます。どうすればそれらを保存できますか。