我希望传递一个像这样的网址:
localhost:9090/admin/GroupInfo.action?message=redirect.jsp?sop=here&something=other
我想接收“ redirect.jsp?sop=here&something=other”作为参数“ message”的值,但我只redirect.jsp?sop=here在服务器上得到“”。它可能将 sop 视为父 url 的另一个参数。如何避免这种情况?
'&'我尝试通过替换它来逃避第二个,&但它没有用