代码改变世界

url请求老是有 之前的部分url

2018-12-19 18:46  CCG波克  阅读(332)  评论(0)    收藏  举报

 url请求的时候老是会有之前的部分url

 

<form action="shiro/register" method="POST">

  

 

解决方法,加上本项目名字 

<form action="/t-logT/shiro/register" method="POST">