我想重写一个网址如下...
示例输入:
test.com/test/123/
test.com/test/123/456/
test.com/test/123/456/789
输出:
test.com/test/
test.com/test/
test.com/test/
但我想将结尾作为变量存储在 test.com/test/ 页面上的模板中
例如
variable from input 1 : /123/
variable from input 2 : /123/456/
variable from input 3 : /123/456/789
这可能吗?