文章预览
(function () {
var content = "市场普反了,这波杀下来也差不多了,保持信心,全力做多。 ";
var textPageContent = "市场普反了,这波杀下来也差不多了,保持信心,全力做多。 ";
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(
………………………………