Home  >  Article  >  php教程  >  URL_ROUTE_RULES BUG

URL_ROUTE_RULES BUG

WBOY
WBOYOriginal
2016-06-07 11:39:262330browse

'/^\d/' =>function($id){
$_SERVER['PATH_INFO'] = 'XX/xx/xxx/:$id';
A('xx/xx');
}
'/^\d/' =>function($id){
$_SERVER['PATH_INFO'] = 'XX/xx/xxx/:$id';
A('xx/xx');
}
哎呀我去 bug太美我不敢看
特别是display的时候

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn