<br />
<b>Warning</b>:  Use of undefined constant TITLE - assumed 'TITLE' (this will throw an Error in a future version of PHP) in <b>/www/wwwroot/www.desion.net/rss.php</b> on line <b>21</b><br />
<br />
<b>Warning</b>:  Use of undefined constant DESCRIPTION - assumed 'DESCRIPTION' (this will throw an Error in a future version of PHP) in <b>/www/wwwroot/www.desion.net/rss.php</b> on line <b>22</b><br />
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>TITLE</title>
<description>DESCRIPTION</description>
<link>https://desion.net</link>
<item>
	<link>https://desion.net/post/2.html</link>
	<pubDate>Sun, 16 Jan 2022 23:29:14 +0800</pubDate>
	<description><![CDATA[ <p>一、数组</p>
<p>1、<strong>Array.prototype.includes()</strong></p>
<p>使用：arr.includes(findVal[, index])</p>
<p>index 默认值为0，表示从第几个开始查找，负数是从末尾起算</p>
<p>包含则返回 true，否则返回 false。<br /><br />二、数值运算</p>
<p>1、</p> ]]></description>
	<category><![CDATA[ JS ]]></category>
	<title><![CDATA[ JavaScript一些操作 ]]></title>
</item>
</channel>
</rss>
