<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://dwt.life/feed/rss/tag/jquery/">
<title>dwt&#039;s life - jquery</title>
<link>https://dwt.life/tag/jquery/</link>
<description></description>
<items>
<rdf:Seq>
<rdf:li resource="https://dwt.life/archives/146/"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://dwt.life/archives/146/">
<title>jquery获取所有链接</title>
<link>https://dwt.life/archives/146/</link>
<dc:date>2021-11-24T21:45:00+08:00</dc:date>
<description>arr = [];$(&#039;a&#039;).each(function (){if($(this).attr(&#039;href&#039;)){if($(this).attr(&#039;href&#039;).indexOf(&#039;hao123&#039;)==-1 &amp;&amp; $(this).attr(&#039;href&#039;).indexOf(&#039;javascript:&#039;)==-1){arr.push($(this).attr(&#039;href&#039;))}}})</description>
</item>
</rdf:RDF>