🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ function addCopyright() { var a = "</br>作者:" + $author + "</br>链接:" + location.href + "</br>来源:慕课网</br>" + $original; if ("undefined" != typeof window.getSelection) { var c = document.getElementsByTagName("body")[0] , g = window.getSelection() , h = document.createElement("div"); h.style.position = "absolute", h.style.left = "-99999px", c.appendChild(h), h.appendChild(g.getRangeAt(0).cloneContents()), "PRE" == g.getRangeAt(0).commonAncestorContainer.nodeName && (h.innerHTML = "<pre>" + h.innerHTML + "</pre>"), h.innerHTML += a, g.selectAllChildren(h), window.setTimeout(function() { c.removeChild(h) }, 200) } } ~~~