system.js
上传用户:w164620839
上传日期:2020-11-18
资源大小:48k
文件大小:0k
源码类别:

matlab例程

开发平台:

HTML/CSS

  1. <script type="text/javascript">
  2. document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "rn本篇文章来源于 女美吧|www.nvmei8.cn 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
  3. </script>