构建单页面应用(SPA)有许多的框架/库,但是我希望它们能少一些。我有一个解决方案,我想共享给大家。class Router { constructor() { this.routes = [] } handle(pattern, handler) {