<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[桂桂网]]></title> 
<link>http://www.gxgui.com/index.php</link> 
<description><![CDATA[不走寻常路]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[桂桂网]]></copyright>
<item>
<link>http://www.gxgui.com/read.php/82.htm</link>
<title><![CDATA[破解网页文章无法复制方法全集合]]></title> 
<author>裴桂 &lt;2518810@qq.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Tue, 04 Mar 2008 14:17:33 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm</guid> 
<description>
<![CDATA[ 
	在我们的上网过程中，我们经常会碰到这种现象，有些网站出于保护自己的内容，为了限制自己的内容老是被人复制，往往网页却限制了使用“复制”、“粘贴”等右键命令，而我们又觉得那篇文章确实是个好文章，确实有需要，很想复制的时候，我们又应该怎么办呢？<br/><br/>其实采取限制复制的方法只是针对一些上网的一些小菜鸟才有作用，你只要知道些很简答的方法就可以破解它了，为此我特地集合了所有破解网页文章无法复制的方法，写了下这篇“破解网页文章无法复制方法全集合”以供大家学习下，老鸟们莫笑，呵呵：<br/><br/>第一招：破解网页文章无法复制的最简单的绝招，这招是所有方法中最简单也最有效的一招，屡试不爽，有“绝招”二字可见一斑，基本上学了这招就够用了。废话少说说正题。<br/>破解方法很简单： <br/>单击IE浏览器的“工具”——“internet选项”——“安全”，将其中的“internet”的安全级别设为最高级别，“确定”后刷新网页即可。<br/>原因：安全级别最高的时候，一切控件和脚本均不能运行，不管再厉害的网页限制手段统统全部失效，变得没有意义（限制网页文章无法复制往往采取的是控件和脚本）。 <br/><br/>第二招：用word打开的方法来破解<br/>某些网页中的文字无论用什么方法都不能选中复制。因为被禁止复制了，如果要得到其中的某一段文字，虽然我们可以采用降低安全级别、查看源文件等方法来实施，但我们还可以用常用的Word来更为简单方便的获取。<br/>破解方法如下：<br/>首先复制网页URL地址，如<a href="http://www.gxgui.com/" target="_blank">http://www.gxgui.com/</a>这样子的，然后打开Word，依次单击“文件／打开”，弹出“打开”窗口。在“文件名”中用“Ctrl+V”粘贴入已复制的网页地址，再单击“打开”按钮，这里Word就会自动连接到网站。在打开网页之前，可能会弹出“Word 没有足够的内存，此操作完成后无法撤消。是否继续？”的提示窗口，单击“是”，即弹出新的窗口，询问是否信任文件来源，再单击“是”后，Word会自动链接到对应的服务器并打开网页，这时我们就可以选中其中的你想要的文字进行复制粘贴了。另外，此法在WPS中也可以使用，操作起来方便快捷，相对也比较简单。<br/><br/>第三招：用非IE核心的浏览器法来破解<br/>很多浏览器都有提供这个功能，如theworld 里面有个解除页面限制的选项，就可以可以解除限制复制。<br/><br/>第四招：用发送邮箱的方法来破解<br/>首先打开你的那个网页，然后依次单击“文件”——“发送”——“电子邮件页面”，然后就生成一个页面，里面就可以选择你要的东西进行复制了。<br/><br/>第五招：用代码破解法<br/>这个方法是相对以上来说比较复杂，也比较不容易掌握，但为了大家更好的了解还是提供给大家做个参考。<br/>我们也注意到对有些网页却不管我们用什么方法都不怎么管用，因为他们并不用脚本限制我们的，他们往往在网页中加了如下代码:<br/>禁止左键&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;〈body onselectstart="return false"〉 <br/>禁止右键&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;〈body oncontextmenu=self.event.returnvalue=false〉 <br/>结合起来禁止左右键&nbsp;&nbsp; <br/>〈body oncontextmenu=self.event.returnvalue=false onselectstart="return false"><br/>左右键被禁止了自然无法复制它的内容的了,在浏览器里查看源文件，搜索oncontextmenu.false之类的代码删除，再刷新就可以了。<br/>现在一般禁止网页复制的代码就是在<body>里加入以下代码：<br/><body oncontextmenu="return false" onselectstart="return "><br/>对于这个的破解方法有两个：<br/>1.网页另存为，保存在本地之后，再对本地的那个保存的页面用记事本编辑，把上面这段代码去掉就可以复制你要的内容了。<br/>2.这个方法比较有意思：就是把下面这段代码复制到地址栏，然后按回车键。之后就可以复制当前页面的内容了。 <br/>javascript:alert(document.onselectstart = document.oncontextmenu= document.onmousedown = document.onkeydown= function()&#123;return true;&#125;); <br/><br/>注：以上各种方法收集于互联网，经过我的精心整理，自认为是网上目前破解网页文章无法复制方法比较全的了，但是网络浩瀚无边，相信还有其它的方法的，如果那位还有其他好的方法的可以联系我或者留言让我继续添加！呵呵<br/><br/><br/>Tags - <a href="http://www.gxgui.com/go.php/tags/%25E7%25A0%25B4%25E8%25A7%25A3%25E7%25BD%2591%25E9%25A1%25B5%25E6%2596%2587%25E7%25AB%25A0%25E6%2597%25A0%25E6%25B3%2595%25E5%25A4%258D%25E5%2588%25B6/" rel="tag">破解网页文章无法复制</a> , <a href="http://www.gxgui.com/go.php/tags/%25E7%25A0%25B4%25E8%25A7%25A3%25E6%2596%25B9%25E6%25B3%2595/" rel="tag">破解方法</a> , <a href="http://www.gxgui.com/go.php/tags/%25E5%2585%25A8%25E9%259B%2586%25E5%2590%2588/" rel="tag">全集合</a> , <a href="http://www.gxgui.com/go.php/tags/%25E7%25BB%259D%25E6%258B%259B/" rel="tag">绝招</a> , <a href="http://www.gxgui.com/go.php/tags/%25E8%25A7%25A3%25E9%2599%25A4%25E9%25A1%25B5%25E9%259D%25A2%25E9%2599%2590%25E5%2588%25B6/" rel="tag">解除页面限制</a> , <a href="http://www.gxgui.com/go.php/tags/gxgui.com/" rel="tag">gxgui.com</a>
]]>
</description>
</item><item>
<link>http://www.gxgui.com/read.php/82.htm#blogcomment8853</link>
<title><![CDATA[[评论] 破解网页文章无法复制方法全集合]]></title> 
<author>小小蔡 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 30 Jul 2009 08:31:31 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm#blogcomment8853</guid> 
<description>
<![CDATA[ 
	 好用
]]>
</description>
</item><item>
<link>http://www.gxgui.com/read.php/82.htm#blogcomment9504</link>
<title><![CDATA[[评论] 破解网页文章无法复制方法全集合]]></title> 
<author>UUJ &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 11 Nov 2009 03:27:16 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm#blogcomment9504</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item><item>
<link>http://www.gxgui.com/read.php/82.htm#blogcomment9505</link>
<title><![CDATA[[评论] 破解网页文章无法复制方法全集合]]></title> 
<author>ytyr &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 11 Nov 2009 03:27:37 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm#blogcomment9505</guid> 
<description>
<![CDATA[ 
	rtyrrt6ry65ry6yhgfhj
]]>
</description>
</item><item>
<link>http://www.gxgui.com/read.php/82.htm#blogcomment9507</link>
<title><![CDATA[[评论] 破解网页文章无法复制方法全集合]]></title> 
<author>d da &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 18 Nov 2009 01:28:18 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm#blogcomment9507</guid> 
<description>
<![CDATA[ 
	dsaf
]]>
</description>
</item><item>
<link>http://www.gxgui.com/read.php/82.htm#blogcomment9508</link>
<title><![CDATA[[评论] 破解网页文章无法复制方法全集合]]></title> 
<author>hghhj &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 18 Nov 2009 02:18:38 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm#blogcomment9508</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item><item>
<link>http://www.gxgui.com/read.php/82.htm#blogcomment9510</link>
<title><![CDATA[[评论] 破解网页文章无法复制方法全集合]]></title> 
<author>2 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 18 Nov 2009 02:26:08 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm#blogcomment9510</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item><item>
<link>http://www.gxgui.com/read.php/82.htm#blogcomment9578</link>
<title><![CDATA[[评论] 破解网页文章无法复制方法全集合]]></title> 
<author>妇 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 27 Jan 2010 02:33:37 +0000</pubDate> 
<guid>http://www.gxgui.com/read.php/82.htm#blogcomment9578</guid> 
<description>
<![CDATA[ 
	谢了
]]>
</description>
</item>
</channel>
</rss>