【发布时间】:2012-09-12 04:30:04
【问题描述】:
在传递我的网址时,例如 something:8000/something.jsp?param1=update&param2=1000&param3=SearchString%&param4=3 ,我收到以下错误:
Bad Request
Your browser sent a request that this server could not understand.
我知道SearchString% 需要作为参数传递,但有问题。那么如何通过一个
URL中包含'%'的参数??
【问题讨论】:
-
你为什么要通过 % ?你应该在服务器端附加它。
标签: javascript jsp url