我们如何使用自定义搜索使用java-script查找网站链接,我的意思是依赖链接标题,搜索结果将出现在页面上。
这是代码:
<tr><td class="lpage"><a href="http://www.google.com/" title="Google">Google</a></td></tr>
<tr><td class="lpage"><a href="http://www.yahoo.com/" title="Yahoo">Yahoo</a></td></tr>
<tr><td class="lpage"><a href="http://www.bing.com/" title="Bing">Bing</a></td></tr>
<tr><td class="lpage"><a href="http://www.1.com/" title="1">1</a></td></tr>
//and more links
对于exp:如果有人在自定义搜索中搜索Yahoo,则由于Yahoo的标题存在,带有它的标题名称的yahoo链接将出现在搜索结果中。其实我会用这个来做站点地图。
是否可以在 html 中使用 java-script 进行自定义搜索?
提前致谢 ....