Routing Fundamentals 路由基础知识 Fundamentals: 基础知识 Terminology 术语 First, you will see these terms being used throughout the documentation. Here’s a quick reference: 首先,你会在整个文档中看到这些术语。下面是一个快速参考: throughout: 从头到尾 Tree: A convention for visualizing a hierarchical structure. For example, a component tree with parent and children components, a folder structure, etc. 树:可视化分层结构的公约。例如包含父组件和子组件的组件树、文件夹结构等。 Subtree: Part of a tree, starting at a new root (first) and ending at the leaves (last). Root: The first node in a tree or subtree, such as a root layout. Leaf: Nodes in a subtree that have no children, such as the last segment in a URL path. convention: 公约 visualizing: 可视化的 hierarchical:分层的 URL Segment: Part of the URL path delimited by slashes. URL Path: Part of the URL that comes after the domain ...