document.writeln("海外商机")
document.body.oncopy = function () { 
        setTimeout( function () { 
                var text = clipboardData.getData("text");
                if (text) { 
                        text = text + "\r\n本文来自: 中国物资采购网http://www.m188.com 详细出处参考："+location.href; clipboardData.setData("text", 
text);
                } 
                                }, 100 ) 
}
