document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "本篇文章来源于连云港旅游网 http://www.lyglyw.com 原文出处:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
document.getElementById("weatherss_id").innerHTML="连云港 2012-2-7 天气情况: 温度:15℃~20℃ 气象:小雨转多云3~4级
";