<Switch> is unique in that it renders a route exclusively. ... import { Route, Switch } from "react-router"; let routes = ( <Switch> <Route exact path="/"> ...
確定! 回上一頁