<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <form action="http://www.sogou.com/web">
        <!--这个网站默认使用的是get方式,提交的时候会把提交至写到url里面,所以可以使用此方式提交上去-->
        <input type="text" name="query" value="猪"/>
        <input type="submit" value="搜索"/>
    </form>

</body>
</html>

 

 

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2022-01-19
  • 2021-09-29
  • 2022-12-23
猜你喜欢
  • 2021-07-29
  • 2021-07-13
  • 2022-12-23
  • 2021-04-25
  • 2021-12-20
  • 2022-12-23
相关资源
相似解决方案