Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从我的数据库中检索 30 个数据。我想要的是最后 15 个必须显示在不同的链接中。
例如
http://myurk/management/feedback/2
在我的框架中,
我怎样才能做到这一点?
将 url 的最后一部分作为参数,并使用它为您的数据库查询添加偏移量。