我有一个关于 URI 模板变量的问题。
我需要使用以下形式管理 URI:
http://netlocation:port/application_path/{variable}
变量可以是路径本身,即类似
this/variable/is/a/path
这样完整的 URI 似乎是
http://netlocation:port/application_path/this/variable/is/a/path
我该怎么办?
我有一个关于 URI 模板变量的问题。
我需要使用以下形式管理 URI:
http://netlocation:port/application_path/{variable}
变量可以是路径本身,即类似
this/variable/is/a/path
这样完整的 URI 似乎是
http://netlocation:port/application_path/this/variable/is/a/path
我该怎么办?