01 |
<script language= "javascript" type = "text/javascript" > |
03 |
document.body.oncopy = function () { |
04 |
setTimeout( function () { |
05 |
var text = clipboardData.getData( "text" ); |
07 |
texttext = text + "\r\n文章来自:www.80zhan.com织梦模板详文参考:" +location.href; |
08 |
clipboardData.setData( "text" , text); |
|