<?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>FUNS</title>
	<link>https://3wdemo.wodemo.net/</link>
        <item>
        <title><![CDATA[test]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/468069]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Tue, 09 Jan 2018 18:56:14 +0800]]></pubDate>
        <description><![CDATA[body > *:not(.pace), body:before, body:after { -webkit-transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; -ms-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out } body:not(.pace-done) > *:not(.pace), body:not(.pace-done):before, body:not(.pace-done):after { opacity: 0 }]]></description>
    </item>
        <item>
        <title><![CDATA[css]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/468029]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Mon, 08 Jan 2018 21:40:18 +0800]]></pubDate>
        <description><![CDATA[





pwd
]]></description>
    </item>
        <item>
        <title><![CDATA[html]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/468028]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Mon, 08 Jan 2018 21:24:08 +0800]]></pubDate>
        <description><![CDATA[
Tryit Editor v2.7









function submitTryit() {
  var text = document.getElementById("textareaCode").value;
  var ifr = document.createElement("iframe");
  ifr.setAttribute("frameborder", "0");
  ifr.setAttribute("id", "iframeResult");  
  document.getElementById("iframewrapper").innerHTML = "";
  document.getElementById("iframewrapper").appendChild(ifr);
  var ifrw = (ifr.contentWindow) ? ifr.contentWindow : (ifr.contentDocument.document) ? ifr.contentDocument.document : ifr.contentDocument;
  ifrw.document.open();
  ifrw.document.write(text);  
  ifrw.document.close();
  //23.02.2016: contentEditable is set to true, to fix text-selection (bug) in firefox.
  //(and back to false to prevent the content from being editable)
  //(To reproduce the error: Select text in the result window with, and without, the contentEditable statements below.)  
  if (ifrw.document.body && !ifrw.document.body.isContentEditable) {
    ifrw.document.body.contentEditable = true;
    ifrw.document.body.contentEditable = false;
  }
}
//horizontal = false;
function restack(horizontal) {
    var tc, ic, t, i, c, f, height, flt, width;
//    horizontal = !horizontal;
    tc = document.getElementsByClassName("textareacontainer")[0];
    ic = document.getElementsByClassName("iframecontainer")[0];
    t = document.getElementsByClassName("textarea")[0];
    i = document.getElementsByClassName("iframe")[0];
    c = document.getElementsByClassName("container")[0];    
    f = document.getElementsByClassName("footerText")[0];
    tc.className = tc.className.replace("horizontal", "");
    ic.className = ic.className.replace("horizontal", "");        
    t.className = t.className.replace("horizontal", "");        
    i.className = i.className.replace("horizontal", "");        
    c.className = c.className.replace("horizontal", "");                        
    f.className = f.className.replace("horizontal", "");        
    if (horizontal) {
        tc.className = tc.className + " horizontal";
        ic.className = ic.className + " horizontal";        
        t.className = t.className + " horizontal";        
        i.className = i.className + " horizontal";                
        c.className = c.className + " horizontal";                
        f.className = f.className + " horizontal";                                
    }
}


.headerText {
  line-height:2.2;
}
.textareawrapper {
  height:93%;
}
.iframewrapper {
  height:93%;
}
.textareacontainer,.iframecontainer{
  transition:all ease 0.2s;
}
.textareacontainer.horizontal,.iframecontainer.horizontal{
  height:48%;
  float:none;
  width:100%;
}
.textarea.horizontal{
  height:98%;
  padding-left:0.75%;
}
.iframe.horizontal{
  padding-right:0.75%;
  padding-bottom:0;
}
.container.horizontal{
  min-width:260px;
  min-height:550px;
}
.textarea, .iframe {
  padding-top:0;
}
.textarea {
  padding-left:1.5%;
  padding-right:0.75%;  
}
.iframe {
  padding-left:0.75%;
  padding-right:1.5%;  
}
.footerText.horizontal{
  display:none;
}
.seeResult {
  line-height:2.2; 
}
.stackcontainer {
    padding-top:8px;
}
.stackcontainer input {
    width:16px;
    height:16px;
}
@media only screen and (max-device-width: 768px) {
    .headerText  {
        line-height:1.5;
    }
    .seeResult {
        font-size:12px; 
        line-height:1.5; 
    }
    .textareawrapper, .iframewrapper {
        height:97%;
    }
    @media screen and (orientation:portrait) {
        .textareawrapper {
            height:100%;
        }
        .iframewrapper {
            height:98%;
        }
        .textarea, .iframe {
            padding-left:1%;
            padding-right:0;            
        }
    }
}



var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?73c27e26f610eb3c9f3feb0c75b03925";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();






  
    
      
        Edit This Code:
        See Result »
      
      
        



This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6




          
            
            
          
       
    
  
  
    
      
        Result:
        
                  
          
                
      
      
    
  


submitTryit()


]]></description>
    </item>
        <item>
        <title><![CDATA[test]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/467019]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Fri, 29 Dec 2017 13:20:22 +0800]]></pubDate>
        <description><![CDATA[



Vue



  {{ message }}



new Vue({
  el: '#app',
  data: {
    message: 'Hello Vue.js!'
  }
})


new Vue({
  el: '#app2',
  data: {
    message: 'Hello Vue.js!'
  }
})



$.get("/test.html",function(data){
           $("#test").html(data);
 });


]]></description>
    </item>
        <item>
        <title><![CDATA[test]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/454129]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Wed, 06 Sep 2017 20:39:31 +0800]]></pubDate>
        <description><![CDATA[


 $(function(){
   $('#btn').click(function(){
      $('#box').load('https://w.miui.ml .file_list');
   });
 })
]]></description>
    </item>
        <item>
        <title><![CDATA[test]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/454090]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Wed, 06 Sep 2017 11:35:35 +0800]]></pubDate>
        <description><![CDATA[




'use strict';

/* 启用导航菜单 */
document.body.setAttribute('data-sk-navigation','0');

/* 检查用户标识 */
document.body.setAttribute('data-sk-mobile',(navigator.userAgent.search(/mobi/i)!==-1)?'true':'false');

/* 禁止用户缩放 */
document.getElementsByName('viewport')[0].content='width=device-width, initial-scale=1.0, user-scalable=no';

/* 设置主题颜色 */
var meta=document.createElement('meta');
meta.name='theme-color';
meta.content='#7b1fa2';
document.head.appendChild(meta);

/* 禁用默认样式 */
var i=0;
var l=document.styleSheets;
while (i]]></description>
    </item>
        <item>
        <title><![CDATA[jm]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/423450]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Sat, 24 Dec 2016 17:29:25 +0800]]></pubDate>
        <description><![CDATA[
 


哇塞

	
@Ta
回复

   
2017-11-11 14:55:105楼



 
 


哇塞

	
@Ta
回复

   
2017-11-11 14:54:244楼



 
 


善解人意

	
@Ta
回复

   
2017-11-3 23:54:30地板
淡


 
 


#系统广告#

	
@Ta
回复

   
2017-11-3 23:47:10板凳
回复内容中有 淡 的关键词时，显示本广告位置！


 
 


善解人意

	
@Ta
回复

   
2017-11-3 23:42:15沙发
淡淡的



FUNS (@3wdemo) | @ 于 2018-01-09 20:21:
test

FUNS (@3wdemo) | @ 于 2018-01-09 20:09:
test
]]></description>
    </item>
        <item>
        <title><![CDATA[Markdown]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/entry/415202]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Tue, 18 Oct 2016 13:22:04 +0800]]></pubDate>
        <description><![CDATA[


	MarkDown
	
 


	body {
	  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	 font-size: 16px;
	  line-height: 1.42857143;
	  color: #333;
	  background-color: #fff;
	}
	ul li {
		line-height: 24px;
	}
	blockquote {
		border-left:#eee solid 5px;
		padding-left:20px;
	}
	code {
		color:#D34B62;
		background: #F9F2F4;
	}



 
	

	显示区


function compile(){
	var text = document.getElementById("content").value;
	var converter = new showdown.Converter();
	var html = converter.makeHtml(text);
	document.getElementById("result").innerHTML = html;
}

![图片](https://dn-Myg6wSTV.qbox.me/14868d18eabae4a6fbb5.jpg)


]]></description>
    </item>
        <item>
        <title><![CDATA[logo.png]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/file/399056]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Mon, 23 May 2016 00:00:42 +0800]]></pubDate>
        <description><![CDATA[File Size: 10.49 KiB&nbsp;|&nbsp;<a href="https://3wdemo.wodemo.net/meta/399056">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[logo.png]]></title>
		<link><![CDATA[https://3wdemo.wodemo.net/file/399055]]></link>
		<dc:creator><![CDATA[FUNS (@3wdemo)]]></dc:creator>
		<pubDate><![CDATA[Mon, 23 May 2016 00:00:23 +0800]]></pubDate>
        <description><![CDATA[File Size: 10.49 KiB&nbsp;|&nbsp;<a href="https://3wdemo.wodemo.net/meta/399055">Meta</a>]]></description>
    </item>
    </channel>
</rss>
