| 12345678910111213141516171819 | <!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>Title</title></head><body>  <a href="hello?name=123" >请求链接</a>  <form action="a.html" method="post" >      <input type="text" name="name" value="zs" >      <input type="text" name="passwordl" value="123456" >      <input type="submit"  value="提交" >  </form></body></html>
 |