前端get请求:
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Title</title></head><body><form action="http://localhost:8080/javaweb_war_exploded/hello" method="get">//get方法<input type="submit" value="get方法" /></form><hr/></body></html>
