php配置路由规则,thinkphp路由规则配置和伪静态功能实现
//thinkphp 路由定义规则$route = array('news/:action/:yeard/:month/:day'=>'news/read?year=:2&month=:3&day=:4','news/:action^delete|update|insert/:yeard/:month/:day'=>array( 'news/read?extra=:2&...