在我的codeigniter代码中有一个php控制器产品。
<?php
class Product extends CI_Controller
{
function index($product_id)
{
......
....
}
}
这个功能的链接是什么。我在localhost/demo/product/index/2
尝试2
product_id
,demo
是project_name
。但这个链接不起作用?