我正在使用codeigniter,我需要使用routeProvider将ID传递到模板URL中。因为我的视图之一需要该ID。
.when(phoneView/:phoneId ,/*pass this id to this ->*/
templateUrl: "<?php echo site_url('phone/view/*phoneId should be here*')?>)"
我该怎么做?我需要帮助。
答案 0 :(得分:0)
在此行上使用双引号。
<?php echo site_url("phone/view/*phoneId")?>);