<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
	<title>java软件   java教程</title>
	<link>https://luozhihao.wodemo.com/</link>
        <item>
        <title><![CDATA[JQuery隐藏分类、去除底部搜索栏、添加最新、管理链接、将底部导航栏复制一份到顶部]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/entry/533516]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Sat, 04 Jul 2020 15:34:33 +0800]]></pubDate>
        <description><![CDATA[
.myContent{text-align:left;font-size:20px;}





//需要导入JQuery 2.1.0库
&lt;script type=&quot;text/javascript&quot;&gt;
$(function(){
	//①将分类隐藏
	$(&quot;a[href^=&#x27;/cat&#x27;]&quot;).css(&quot;display&quot;,&quot;none&quot;);		
	
	//②将底部搜索隐藏
	$(&quot;.wo-search-form&quot;).css(&quot;display&quot;,&quot;none&quot;);		
	
	
	//③在“订阅”前面添加“最新”、“意见”链接
	$(&quot;.wo-site-feed-link&quot;).before(&quot;&lt;span class=&#x27;myspan&#x27;&gt;&lt;a href=&#x27;https://wodemo.net/latest&#x27;&gt;最新&lt;/a&gt; | &lt;a href=&#x27;https://wodemo.net/group/wodemo&#x27;&gt;意见&lt;/a&gt; | &lt;/span&gt;&quot;);
	
	
	/*
	  ④将底部导航复制到页面顶部
	*/
	//1.将“管理（或注册）”链接标签添加span父元素（admin_span），方便选择该链接
	$(&quot;.wo-site-feed-link+a&quot;).wrap(&quot;&lt;span class=&#x27;admin_span&#x27;&gt;&lt;/span&gt;&quot;)
	
	//2.“管理（或注册）”后面插入“ |”
	$(&#x27;.admin_span&#x27;).append(&quot; |&quot;);
	
	//3.将“登录”链接标签添加span父元素（login_span），方便选择该链接
	$(&#x27;.admin_span+a&#x27;).wrap(&quot;&lt;span class=&#x27;login_span&#x27;&gt;&lt;/span&gt;&quot;);
	
	//4.在“登录”后面插入“ |”，在前面插入“ ”
	$(&#x27;.login_span&#x27;).prepend(&quot; &quot;).append(&quot; |&quot;);
	
	//5.将底部导航（包括最新、意键、订阅、注册（管理）、登录）整体添加一个div父元素（bottomspan）
	$(&quot;.myspan,.wo-site-feed-link,.wo-lang-link,.admin_span,.wo-n-count-block,.login_span&quot;).wrapAll(&quot;&lt;div class=&#x27;bottomspan&#x27;&gt;&lt;/div&gt;&quot;)
	
	//6.将#bottomspan里面的内容复制一份到#mydiv，即将底部导航复制到&lt;div id=&#x27;mydiv&#x27;&gt;&lt;/div&gt;，这个div预先放到页面顶部
	$(&#x27;#myid&#x27;).html($(&#x27;.bottomspan&#x27;).html());
		
		
	//不需要理会,其实上面的操作在底部导航下面会出现&#x27;|&#x27;，此代码是把它去掉，不过会影响网页渲染速度，不推荐使用,如果要使用，请将下面一段代码放在③和④之间

	//var rep=/&lt;\/a&gt;[^&lt;]*&lt;span[^&gt;]*wo-lang-link[^&gt;]*&gt;/g;
	//$(&quot;#whole_body&quot;).html($(&quot;#whole_body&quot;).html().replace(rep,&#x27; | &lt;/a&gt;&lt;span class=&quot;wo-lang-link&quot;&gt;&#x27;));
});
&lt;/script&gt;




]]></description>
    </item>
        <item>
        <title><![CDATA[testUpload]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/entry/533508]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Sat, 04 Jul 2020 09:55:40 +0800]]></pubDate>
        <description><![CDATA[


$(function(){
	$("button").click(function(){
		$("#myid").append("yes");
	});
});


请点击这里，来切换不同的背景颜色
]]></description>
    </item>
        <item>
        <title><![CDATA[ADK_编辑器_1.5.3.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/386256]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 19 Feb 2016 13:11:24 +0800]]></pubDate>
        <description><![CDATA[File Size: 4.62 MiBOrignal Name: ADK 编辑器Version: 1.5.3ID：mxk.bytecode&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/386256">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/386256">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[安卓加密壳 加密dex文件.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/386254]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 19 Feb 2016 12:48:26 +0800]]></pubDate>
        <description><![CDATA[File Size: 8.72 MiBOrignal Name: andcryptVersion: 1.0ID：com.baksmali.andcrypt&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/386254">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/386254">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[安卓破解.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/386252]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 19 Feb 2016 12:47:46 +0800]]></pubDate>
        <description><![CDATA[File Size: 4.31 MiBOrignal Name: Android破解Version: 1.0ID：android.pojie.apk&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/386252">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/386252">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Dex编辑器_1.0修改版.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/386251]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 19 Feb 2016 12:44:15 +0800]]></pubDate>
        <description><![CDATA[File Size: 0.57 MiBOrignal Name: DexEditorVersion: 1.0ID：mao.dexeditor&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/386251">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/386251">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Dalvik查询器美化版.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/386250]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 19 Feb 2016 12:44:08 +0800]]></pubDate>
        <description><![CDATA[File Size: 2.75 MiBOrignal Name: DexEditorVersion: 1.0ID：org.grellen&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/386250">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/386250">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Mathlab Pro 4.5.109.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/386097]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Thu, 18 Feb 2016 13:49:38 +0800]]></pubDate>
        <description><![CDATA[File Size: 4.85 MiBOrignal Name: Graphing Calculator by MathlabVersion: 4.5.109ID：us.mathlab.android.calc.edu&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/386097">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/386097">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Mathstudio 6.02.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/386095]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Thu, 18 Feb 2016 13:13:03 +0800]]></pubDate>
        <description><![CDATA[File Size: 1.33 MiBOrignal Name: MathStudio ExpressVersion: 6.0.2ID：com.PomegranateApps.MathStudioExpress&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/386095">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/386095">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Via浏览器 1.3.8.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/354803]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Sun, 23 Aug 2015 14:00:40 +0800]]></pubDate>
        <description><![CDATA[File Size: 198.06 KiBOrignal Name: ViaVersion: 1.3.8ID：mark.via&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/354803">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/354803">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[《高中英语语法汇总》.doc]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/354396]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Thu, 20 Aug 2015 12:57:57 +0800]]></pubDate>
        <description><![CDATA[File Size: 242.5 KiBOrignal Name: ViaVersion: 1.3.8ID：mark.via&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/354396">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[MT管理器vbeta15.08.15.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/354064]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Mon, 17 Aug 2015 18:07:33 +0800]]></pubDate>
        <description><![CDATA[File Size: 0.83 MiBOrignal Name: MT管理器Version: beta15.08.15ID：bin.mt&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/354064">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/354064">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[倚天屠龙记.txt]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/353633]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 14 Aug 2015 15:04:19 +0800]]></pubDate>
        <description><![CDATA[File Size: 1.92 MiBWord Count: 105万6051个Orignal Name: MT管理器Version: beta15.08.15ID：bin.mt&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/353633">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[谷歌直装破解版.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/353589]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 14 Aug 2015 11:45:56 +0800]]></pubDate>
        <description><![CDATA[File Size: 8.83 MiBWord Count: 105万6051个Orignal Name: Google Play StoreVersion: 5.8.8ID：com.android.vending&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/353589">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/353589">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[钛备份TitaniumBackup_v7.2.1.2_MoDaCo_Plus.Creacked.Kane.Multi.apk]]></title>
		<link><![CDATA[https://luozhihao.wodemo.com/file/353588]]></link>
		<dc:creator><![CDATA[耀眼阳光 (@luozhihao)]]></dc:creator>
		<pubDate><![CDATA[Fri, 14 Aug 2015 11:44:28 +0800]]></pubDate>
        <description><![CDATA[File Size: 7.34 MiBWord Count: 105万6051个Orignal Name: Titanium BackupVersion: 7.2.1.2ID：com.keramidas.TitaniumBackup&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/browse/353588">Browse</a>&nbsp;|&nbsp;<a href="https://luozhihao.wodemo.com/meta/353588">Meta</a>]]></description>
    </item>
    </channel>
</rss>
