Route.prototype._handles_method: 判斷Route是否能處理一個方法Route.prototype._options: 支持的http方法Route.prototype.dispatch: 執行next,next本質就是layer一層層的執行Route.prototype.all 添加layer到中間件到stackspa