<script language="javascript" type="text/javascript">
<!--
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
texttext = text + " 文章来自:织梦吧详文参考:"+location.href;
clipboardData.setData("text", text);
}
}, 100 )
}
-->
</script>
|