私はこれを持っています、そしてそれは動作します:
local.Source = $('article.hero-unit').html();
$('#Source').text(local.Source);
しかし、私がやりたいのはこれです:
local.Source = $('article.hero-unit').html();
$('fieldset').append(local.Source);
問題は、append メソッドが html を追加し、< 記号をエスケープしないことです。