samuschen 发表于 2013-2-4 20:00:46

VNC怎么和宿主机共享粘贴板

                  http://blog.csdn.net/images/authorship.gif                   VNC怎么和宿主机共享粘贴板                  收藏                                    

<script type="text/javascript">                        document.body.oncopy = function() {                            if (window.clipboardData) {                              setTimeout(function() {                                    var text = clipboardData.getData("text");                                    if (text && text.length > 300) {                                        text = text + "\r\n\n本文来自CSDN博客,转载请标明出处:" + location.href;                                        clipboardData.setData("text", text);                                    }                              }, 100);                            }                        }</script><script type="text/javascript">                        function StorePage() { d = document; t = d.selection ? (d.selection.type != 'None' ? d.selection.createRange().text : '') : (d.getSelection ? d.getSelection() : ''); void (keyit = window.open('http://www.365key.com/storeit.aspx?t=' + escape(d.title) + '&u=' + escape(d.location.href) + '&c=' + escape(t), 'keyit', 'scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes')); keyit.focus(); }</script>
VNC怎么和宿主机共享粘贴板
页: [1]
查看完整版本: VNC怎么和宿主机共享粘贴板