文章预览
(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(jsTextContentFake).height)) {
jsTextContent.parentNode.c
………………………………