html标签与转移符转换tag_util.html2Escape=functionhtml2Escape(sHtml){returnsHtml.replace(/[&"]/g,function(c){return{'':'>','"':'"',"&":"&"}[c];});}