【发布时间】:2012-07-30 20:19:56
【问题描述】:
我们有一个 URL:http://example.com/index.jsp?hello=1&bye=0 其中“1”和“0”是参数的值
如何使用表单 POST 方法和 javascript 将 URL 转换为 http://example.com/index.jsp/1/0?
【问题讨论】:
标签: javascript forms jsp url post
我们有一个 URL:http://example.com/index.jsp?hello=1&bye=0 其中“1”和“0”是参数的值
如何使用表单 POST 方法和 javascript 将 URL 转换为 http://example.com/index.jsp/1/0?
【问题讨论】:
标签: javascript forms jsp url post