Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
页面中的搜索框到移动html_Html_Search_Mobile_Webkit - Fatal编程技术网

页面中的搜索框到移动html

页面中的搜索框到移动html,html,search,mobile,webkit,Html,Search,Mobile,Webkit,我想在我的网站上添加一个搜索框。它还需要具备移动功能。过滤器可以帮助我很多。当我搜索页面时,页面被过滤,只保留答案 <body> <span class="graytitle"><div align="center">אזורים</span> <ul class="pageitem"> </li> <li class="menu"><a href="http

我想在我的网站上添加一个搜索框。它还需要具备移动功能。过滤器可以帮助我很多。当我搜索页面时,页面被过滤,只保留答案

<body>
    <span class="graytitle"><div align="center">אזורים</span>
    <ul class="pageitem">
        </li>
        <li class="menu"><a href="https">
        <span class="name">blue</span><span class="arrow"></span></a></li>
            </li>
        <li class="menu"><a href="https">
        <span class="name">oreng</span><span class="arrow"></span></a></li>

        </li>
        <li class="menu"><a href="https">
        <span class="name">red</span><span class="arrow"></span></a></li>
        </ul>   
</div>
</body>

אזורים

到目前为止,您尝试了什么?有代码吗?我编辑了消息。