<script language="javascript" type="text/javascript">
<!--
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text"); if (text) {
text = text + "\r\n文章来自:织梦技术研究中心,原文地址:"+location.href; clipboardData.setData("text", text);
} }, 100 ) }
-->
</script>