<?php return array( 'URL_ROUTE_RULES' => array(//动态路由
'/^(\w+)_(\d+)$/' => 'Index/index?key=:1&type=:2',
) );