﻿document.body.oncopy = function () { 
    setTimeout( function () { 
        var text = clipboardData.getData("text");
        if (text) { 
            text = text + "\r\n转载于: 山东红十字会医院 www.ql91.com.cn 详文参考："+location.href; clipboardData.setData("text", text);
        } 
                }, 100 ) 
}