だから私はこのような埋め込みHTMLコードをたくさん持っています:
<iframe src="http://www.mysite.com/embed/2049340993" frameborder="0" width="608" height="468" scrolling="no"><a href="http://www.mysite.com/view_video.php?viewkey=2049340993">
それらを別の変数に入れたいのですが、次のようにすべての文字をエスケープする必要があります。
var embedSource = "<iframe src=\"http://www.mysite.com/embed/2049340993\" frameborder=\"0\" width=\"608\" height=\"468\" scrolling=\"no\"><a href=\"http://www.mysite.com/view_video.php?viewkey=2049340993\">";
これを達成するためのより速い方法はありますか?