以url的方式怎么访问控制器里面的操作?tp有种模式,每种模式的url参数形式都是不同的,我不太清楚我的是哪一种模式,我在本地的访问方式是这样的:http://localhost.com/juketest/juke/interface.php?city_id=1&place_id=1
----------------------------------------------------------------------------------
现在我想以url的方式调用控制器里面的方法,比如我想调用index里面的test操作,url应该怎么拼接?