return [ 'Article/read/upload/:ymd/:file' => 'http://www.tp5.com/upload/:ymd/:file',//执行不了 'article/read/:id' => ['index/article/read/', ['method' => 'get'], ['id' => '\d+']],//执行正常 ......