在我的routes.php 中我写了 $route['products/display/(:any)'] = 'Products_controller/display'; 我认为它会自动将所有参数(此处为2/3/4)传递给方法“显示”,但我收 ...
確定! 回上一頁