|
I want to get the path of the current page, such as: I open http: //localhost/test/login.jsp after logging in, and enter the page inside, can I get this path in the program code and get http: // localhost / test / login.jsp, get http: //localhost/test/main.jsp on the main page. |
|