文章预览
(function () {
var content = "终于确定了,也终于开始了加班。\n\n才回家,读者朋友们,早点休息。\n\n晚安!";
var textPageContent = "终于确定了,也终于开始了加班。\n\n才回家,读者朋友们,早点休息。\n\n晚安!";
var superVoteId = '';
var outContent = (content || superVoteId) ? content : textPageContent;
var jsTextContent = document.getElementById("js_text_content");
var jsTextContentFake = document.getElementById("js_text_content_fake");
outContent = outContent.replace(/<(\/?)(?!((a(\s|>))|(\/a))).*?>/g, (s) => {
return s.html(true);
});
jsTextContent.innerHTML = window.__emojiFormat(outContent);
if (parseFloat(window.getComputedStyle(jsTextCont
………………………………