1.在webapp下建立a.html
<html lang="en"> <head> <meta charset="UTF-8"> <title>Titletitle> head> <body> <form action="http://localhost:8080/demo-05/hello" method="get"> <input type="submit"> form> body>