html重写搜索框的按钮

来源:互联网 发布:matlab分水岭分割算法 编辑:程序博客网 时间:2024/06/08 13:13
<!DOCTYPE html>  <html>      <head>          <meta charset="utf-8" />          <title>hello</title>      </head>      <body>          <form action="demo_form.php"method="get">              <input type="search" name="search1"autofocus/>             <input type="image" src="js/image/a.png"/>          </form>              </body>  </html>