我有一个 REST 网络服务,我想用这样的参数执行一个 URL:
http://localhost:8080/Students/StudentsWS/students_schedule/?link=StudentsDisplay.aspx?StudentID=3
如果您注意到它,传递的参数中有一个等号。服务器只是接收该地址,没有=3
字符:
http://localhost:8080/Students/StudentsWS/students_schedule/?link=StudentsDisplay.aspx?StudentID
是否有任何解决方案可以通过该等号?
非常感谢你。