【发布时间】:2020-05-10 10:50:31
【问题描述】:
$routes->setTranslateURIDashes(true);
我已经在 routes.php 文件中尝试过这种方法,但它不起作用。请帮忙
【问题讨论】:
标签: codeigniter-4
$routes->setTranslateURIDashes(true);
我已经在 routes.php 文件中尝试过这种方法,但它不起作用。请帮忙
【问题讨论】:
标签: codeigniter-4
添加到 app/config/Routes.php:
$routes->setTranslateURIDashes(true);
【讨论】: