<script type="text/javascript">
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n【本文来自】:起飞论坛(http://www.hrdmv.com)\r\n【详细参考】:原文地址-"+location.href; clipboardData.setData("text", text);
}
}, 100 )
}
</script>