Appearance
根据不同的url地址渲染出不同的页面,通过路由做桥梁
npm install react-router-dom
// 导入路由模块 import { HashRouter, Route } from "react-router-dom";