标签: javascript forms jsp url post
我们有一个网址:http://example.com/index.jsp?hello=1&bye=0其中“1”和“0”是参数的值
如何使用表单POST方法和javascript将网址转换为http://example.com/index.jsp/1/0?
答案 0 :(得分:0)
您正在寻找网址重写。
This, this或this可能会对您有所帮助。