action? day08-request is the project name
Sometimes just write eservlet
ringa_lee
This has nothing to do with the project name.
What comes before /
is the web root directory. Fill in the server address after it. /
前的是web根目錄,服務(wù)器地址是什么后面就填什么。
你可以把post
改成get
You can change post
to get
, then use different addresses and submit to see what the difference is in the addresses.
Reference
If the action is not filled in, it will be submitted back to the current page by default
It is related to the access path and depends on your website deployment address.