javaweb 根路径问题我用html做页面,form表单地址栏写action="/xxAction.do"时候地址栏会变为http://localhost:8080/xxAction.do.我想要的是带上项目名的地址,应该怎么做?就是要这种效果http://localhost:8080/projectname/xxAction.do