@Path("/assetViewCount/{path}")
上面的注释可用于将myValue 检索到/assetViewCount/myValue 等 url 的路径中。
如何从路径中的/assetViewCount/myValue/nextValue获取myValue/ nextValue
@Path("/assetViewCount/{path}")
上面的注释可用于将myValue 检索到/assetViewCount/myValue 等 url 的路径中。
如何从路径中的/assetViewCount/myValue/nextValue获取myValue/ nextValue