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.
这个问题很简单:
当我们提到实现自定义路由处理程序时,什么时候从 派生Route,什么时候从RouteBase?
Route
RouteBase
一些可能的场景:
如果您可以使用 Route 中已有的内容进行重定向,请选择 Route,如果它太复杂并且需要非常特殊的重定向代码,您可以从 Abstract RouteBase 类开始。