2024-08-11 16:35

你好 示例:localhost:80/api/test/1/2 现在是这种请求,我需要取到1和2,但是jfinal只能这种传参localhost:80/api/test/1-2。config中可以设置这个分割符,但是不能设置是 / 看源码了 不支持。