<script type="text/javascript">
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n文章来源于《傻猫网络日志》 "+this.location.href;
clipboardData.setData("text", text);
}
}, 100 )
}
</script>
最后修改:2009 年 08 月 16 日
© 允许规范转载