website: add search data. #105 b034d7970d

This commit is contained in:
jaywcjlove
2022-11-17 08:00:19 +00:00
parent a804a415f5
commit f412635104
97 changed files with 21288 additions and 96 deletions

View File

@ -43,7 +43,7 @@
<p>这是一份 XPath 选择器备忘单,其中列出了常用的 <code>XPath</code> 定位方法和 <code>CSS</code> 选择器</p>
</div></header><div class="menu-tocs"><div class="menu-btn"><svg aria-hidden="true" fill="currentColor" height="1em" width="1em" viewBox="0 0 16 16" version="1.1" data-view-component="true">
<path fill-rule="evenodd" d="M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z"></path>
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" href="#xpath-选择器">XPath 选择器</a><a aria-hidden="true" class="leve3 tocs-link" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" href="#后代选择器">后代选择器</a><a aria-hidden="true" class="leve3 tocs-link" href="#有序选择器">有序选择器</a><a aria-hidden="true" class="leve3 tocs-link" href="#属性选择器">属性选择器</a><a aria-hidden="true" class="leve3 tocs-link" href="#兄弟姐妹选择器">兄弟姐妹选择器</a><a aria-hidden="true" class="leve3 tocs-link" href="#最有用的路径表达式">最有用的路径表达式</a><a aria-hidden="true" class="leve3 tocs-link" href="#杂项选择器">杂项选择器</a><a aria-hidden="true" class="leve3 tocs-link" href="#jquery">jQuery</a><a aria-hidden="true" class="leve3 tocs-link" href="#运算符">运算符</a><a aria-hidden="true" class="leve2 tocs-link" href="#xpath-表达式">XPath 表达式</a><a aria-hidden="true" class="leve3 tocs-link" href="#步骤和轴">步骤和轴</a><a aria-hidden="true" class="leve3 tocs-link" href="#前缀">前缀</a><a aria-hidden="true" class="leve3 tocs-link" href="#axes">Axes</a><a aria-hidden="true" class="leve2 tocs-link" href="#xpath-predicates谓词">XPath Predicates(谓词)</a><a aria-hidden="true" class="leve3 tocs-link" href="#predicates谓词">Predicates(谓词)</a><a aria-hidden="true" class="leve3 tocs-link" href="#操作符">操作符</a><a aria-hidden="true" class="leve3 tocs-link" href="#使用节点">使用节点</a><a aria-hidden="true" class="leve3 tocs-link" href="#索引">索引</a><a aria-hidden="true" class="leve3 tocs-link" href="#链接顺序">链接顺序</a><a aria-hidden="true" class="leve3 tocs-link" href="#嵌套谓词">嵌套谓词</a><a aria-hidden="true" class="leve2 tocs-link" href="#xpath-函数">XPath 函数</a><a aria-hidden="true" class="leve3 tocs-link" href="#节点功能">节点功能</a><a aria-hidden="true" class="leve3 tocs-link" href="#字符串函数">字符串函数</a><a aria-hidden="true" class="leve3 tocs-link" href="#布尔函数">布尔函数</a><a aria-hidden="true" class="leve3 tocs-link" href="#类型转换">类型转换</a><a aria-hidden="true" class="leve2 tocs-link" href="#xpath-axes">XPath Axes</a><a aria-hidden="true" class="leve3 tocs-link" href="#使用轴">使用轴</a><a aria-hidden="true" class="leve3 tocs-link" href="#子轴">子轴</a><a aria-hidden="true" class="leve3 tocs-link" href="#后代或自我轴">后代或自我轴</a><a aria-hidden="true" class="leve3 tocs-link" href="#其他轴">其他轴</a><a aria-hidden="true" class="leve3 tocs-link" href="#联合">联合</a><a aria-hidden="true" class="leve2 tocs-link" href="#xpath-更多示例">XPath 更多示例</a><a aria-hidden="true" class="leve3 tocs-link" href="#示例">示例</a><a aria-hidden="true" class="leve3 tocs-link" href="#查找父家长">查找(父)家长</a><a aria-hidden="true" class="leve3 tocs-link" href="#最近的">最近的</a><a aria-hidden="true" class="leve3 tocs-link" href="#属性">属性</a><a aria-hidden="true" class="leve2 tocs-link" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="xpath-选择器"><a aria-hidden="true" tabindex="-1" href="#xpath-选择器"><span class="icon icon-link"></span></a>XPath 选择器</h2><div class="wrap-body">
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#xpath-选择器">XPath 选择器</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#后代选择器">后代选择器</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#有序选择器">有序选择器</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#属性选择器">属性选择器</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#兄弟姐妹选择器">兄弟姐妹选择器</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#最有用的路径表达式">最有用的路径表达式</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#杂项选择器">杂项选择器</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#jquery">jQuery</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#运算符">运算符</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#xpath-表达式">XPath 表达式</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#步骤和轴">步骤和轴</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#前缀">前缀</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#axes">Axes</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#xpath-predicates谓词">XPath Predicates(谓词)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#predicates谓词">Predicates(谓词)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#操作符">操作符</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#使用节点">使用节点</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#索引">索引</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#链接顺序">链接顺序</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#嵌套谓词">嵌套谓词</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#xpath-函数">XPath 函数</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#节点功能">节点功能</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#字符串函数">字符串函数</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#布尔函数">布尔函数</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#类型转换">类型转换</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#xpath-axes">XPath Axes</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#使用轴">使用轴</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#子轴">子轴</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#后代或自我轴">后代或自我轴</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#其他轴">其他轴</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#联合">联合</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#xpath-更多示例">XPath 更多示例</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#示例">示例</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#查找父家长">查找(父)家长</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#最近的">最近的</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#属性">属性</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="xpath-选择器"><a aria-hidden="true" tabindex="-1" href="#xpath-选择器"><span class="icon icon-link"></span></a>XPath 选择器</h2><div class="wrap-body">
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist row-span-2"><div class="wrap-header h3wrap"><h3 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h3><div class="wrap-body">
<!--rehype:wrap-class=row-span-2-->
<p>XPath 即为 XML 路径语言XML Path Language它是一种用来确定XML文档中某部分位置的计算机语言。</p>