<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >
  <channel>
  <title>萌えの博客</title>
  <link>http://bbs.ni-moe.com/</link>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://bbs.ni-moe.com/RSS/" />
  <description>看什么看，不给看，快点滚~~~~~</description>
  <lastBuildDate>Wed, 23 Oct 2019 11:20:48 GMT</lastBuildDate>
  <language>ja</language>
  <copyright>© Ninja Tools Inc.</copyright>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />

    <item>
    <title>無題</title>
    <description>
    <![CDATA[ssr://My4xMTIuMTkwLjU4OjMwNTU1Om9yaWdpbjphZXMtMjU2LWNmYjpwbGFpbjpjbFJQTVZCc1VFVTBZMFJ0Lz9vYmZzcGFyYW09JnByb3RvcGFyYW09JnJlbWFya3M9VTFOU1ZFOVBURjlPYjJSbE9tNTFiR3cmZ3JvdXA9VjFkWExsTlRVbFJQVDB3dVEwOU4]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/20191023</link>
    <pubDate>Wed, 23 Oct 2019 11:20:48 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/28</guid>
  </item>
    <item>
    <title>y</title>
    <description>
    <![CDATA[ssr://aW4uc3Nyc3ViLnh5ejo1NDM6YXV0aF9hZXMxMjhfbWQ1OnJjNC1tZDU6aHR0cF9zaW1wbGU6ZEM1dFpTOVRVMUpUVlVJLz9vYmZzcGFyYW09JnByb3RvcGFyYW09ZEM1dFpTOVRVMUpUVlVJJnJlbWFya3M9VTFOU1ZFOVBURjlPYjJSbE9tNTFiR3cmZ3JvdXA9VjFkWExsTlRVbFJQVDB3dVEwOU4]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/y</link>
    <pubDate>Mon, 21 Oct 2019 02:10:53 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/27</guid>
  </item>
    <item>
    <title>pubg</title>
    <description>
    <![CDATA[https://m.apkpure.com/pubg-lite-android/com.tencent.iglite]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/pubg</link>
    <pubDate>Thu, 17 Oct 2019 23:31:31 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/26</guid>
  </item>
    <item>
    <title>哈哈哈</title>
    <description>
    <![CDATA[https://bili.meijuzuida.com/20190927/21525_c7f844e8/index.m3u8]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/%E5%93%88%E5%93%88%E5%93%88</link>
    <pubDate>Thu, 10 Oct 2019 23:51:46 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/25</guid>
  </item>
    <item>
    <title>chrome://dino</title>
    <description>
    <![CDATA[<h2 style="margin: 0px 0px 4px; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;"><a id="cb_post_title_url" class="postTitle2" href="https://www.cnblogs.com/zqifa/p/google-chrome-1.html" style="color: #223355; text-decoration-line: none;">google chrome浏览器离线小恐龙游戏刷分bug</a></h2><div class="postbody" style="font-family: Verdana, Arial, Helvetica, sans-serif;"><div id="cnblogs_post_body" class="blogpost-body " style="margin-bottom: 20px; word-break: break-word;"><br />
<p style="margin: 10px auto;">F12打开开发者工具-&gt;console-&gt;输入如下代码，分数要多少有多少</p><br />
<p style="margin: 10px auto;">Runner.instance_.setSpeed(99999); 试试 瞬间 满分<br />
window.tempGameOver = Runner.instance_.gameOver;<br />
Runner.instance_.gameOver = function(){}// 不会死亡</p><br />
<p style="margin: 10px auto;">经测试，执行完后自动跑分，不会死亡</p><br />
<p style="margin: 10px auto;">js几个有趣的bug</p><br />
<p style="margin: 10px auto;">1、使用JavaScript计算表达式时，会遇到输出结果是NaN的情况，这说明计算的表达式中含有非数字类型。</p><br />
<p style="margin: 10px auto;">var aa = "abcd123";<br />
isNaN(aa);//返回值为true</p><br />
<p style="margin: 10px auto;">2、js过滤字符串中的数字</p><br />
<p style="margin: 10px auto;">var a = "abc123";<br />
parseInt(a);//返回值为数字123</p><br />
<p style="margin: 10px auto;">3、常见运算错误</p><br />
<p deep="8" style="margin: 10px auto;">0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1<br data-filtered="filtered" />0.7999999999999999<br data-filtered="filtered" />0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1<br data-filtered="filtered" />0.8999999999999999<br data-filtered="filtered" />0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1<br data-filtered="filtered" />0.9999999999999999<br data-filtered="filtered" />console.log( 1 - 0.8 ); //输出 0.19999999999999996&nbsp;<br data-filtered="filtered" />console.log( 6 * 0.7 ); //输出 4.199999999999999&nbsp;<br data-filtered="filtered" />console.log( 0.1 + 0.2 ); //输出 0.30000000000000004&nbsp;<br data-filtered="filtered" />console.log( 0.1 + 0.7 ); //输出 0.7999999999999999&nbsp;<br data-filtered="filtered" />console.log( 1.2 / 0.2 ); //输出 5.999999999999999&nbsp;<br data-filtered="filtered" />1-0.9<br data-filtered="filtered" />0.09999999999999998<br data-filtered="filtered" />1-0.8<br data-filtered="filtered" />0.19999999999999996<br data-filtered="filtered" />1-0.7<br data-filtered="filtered" />0.30000000000000004<br data-filtered="filtered" />typeof NaN === 'number' // true<br data-filtered="filtered" />Infinity === 1/0 // true<br data-filtered="filtered" />0.1 + 0.2 === 0.3 // false，前面加括号也一样<br data-filtered="filtered" />"3" + 1 // '31'&nbsp;<br data-filtered="filtered" />"3" - 1 // 2</p><br />
</div></div>]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/chrome---dino</link>
    <pubDate>Tue, 10 Sep 2019 12:52:10 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/24</guid>
  </item>
    <item>
    <title>無題</title>
    <description>
    <![CDATA[ssr://YS5xbG9scC5tbDoyMzM6b3JpZ2luOmFlcy0xMjgtY3RyOnBsYWluOk1USXpNakUvP29iZnNwYXJhbT1ZV3BoZUM1dGFXTnliM052Wm5RdVkyOXQmcHJvdG9wYXJhbT0mcmVtYXJrcz01WXFnNW91XzVhU25MZWFYb09tWmtPYTFnZW1IankzbnBvRkNWQ19tdFl2cGdKOCZncm91cD1Sa1k]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/20190909</link>
    <pubDate>Mon, 09 Sep 2019 06:59:59 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/23</guid>
  </item>
    <item>
    <title>無題</title>
    <description>
    <![CDATA[ssr://NDcuMjQwLjMzLjcwOjE4ODM5Om9yaWdpbjpjaGFjaGEyMC1pZXRmOnBsYWluOmNXTnpZVXA2Lz9vYmZzcGFyYW09WVdwaGVDNXRhV055YjNOdlpuUXVZMjl0JnByb3RvcGFyYW09JnJlbWFya3M9NmFhWjVyaXYmZ3JvdXA9]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/20190904</link>
    <pubDate>Wed, 04 Sep 2019 12:14:45 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/22</guid>
  </item>
    <item>
    <title>16966841244</title>
    <description>
    <![CDATA[自动充值链接：http://189.kahao114.com<br />
或者微信关注：爱物联网<br />
充值方法：十名乱填，点下一步，直接返回，充值余额，订购流量包点开始上网！<br />
<br />
联通红桃卡一个月只能订购一次主套餐重复订购次月生效，主套餐用完只能订购加油包！<br />
电信黑桃卡无限叠加套餐！<br />
新疆，西藏，广西，福建<br />
禁止下单<br />
电信卡不能一个手机插两张电信！<br />
纯流量卡，不能电话，短信<br />
如果你还为频繁死卡 换卡 客户流失烦心！欢迎加入中泽179，一款让你省心到家的卡，一个四年没有出现死卡换卡质量问题的公司，不错就是4年。<br />
不限速，不锁卡，可无限更换设备！]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/16966841244</link>
    <pubDate>Tue, 03 Sep 2019 10:47:19 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/21</guid>
  </item>
    <item>
    <title>net</title>
    <description>
    <![CDATA[<a href="http://www.onlinedown.net/soft/55537.htm">http://www.onlinedown.net/soft/55537.htm</a>]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/net</link>
    <pubDate>Sun, 23 Jun 2019 12:13:26 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/20</guid>
  </item>
    <item>
    <title>了</title>
    <description>
    <![CDATA[http://xuexitong.yueriji.com/bianhua/douluoqiangxian.html?from=singlemessage<br />
<br />
<br />
http://www.yesyl.com/news/2019/8724.html]]>
    </description>
    <category>默認分類</category>
    <link>http://bbs.ni-moe.com/1/%E4%BA%86</link>
    <pubDate>Fri, 21 Jun 2019 01:49:12 GMT</pubDate>
    <guid isPermaLink="false">bbs.ni-moe.com://entry/19</guid>
  </item>

    </channel>
</rss>