文章预览
(function () {
var content = "尾盘被偷袭了吧……\n\n哈哈,周末快乐,没啥大不了的。";
var textPageContent = "尾盘被偷袭了吧……\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(jsTextContent).height) > parseFloat(window.getComputedStyle(jsTextConten
………………………………