think\Route::rule('demo1/:name/[:lesson]','index/index/demo1','GET',['ext'=>'shtml'],['name'=>'\w{3,8}','lesson'=>'\w{1,10}']);
返回:
http://www.tp5.com/demo1/peter.shtml
页面错误!请稍后再试~
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
可变的参数必须有个默认值