<li><a href="maine/home#services">SERVICES</a></li>
<li><a href="maine/home#about">ABOUT</a></li>
<li><a href="maine/home#contact">CONTACT</a></li>
我正在使用CodeIgniter,此代码位于不同的控制器中。假设http://localhost/defctrl/function1
当您点击列表但我上面的代码不起作用时,我想返回特定div中的主页"maine/home"
。 ../maine/home#services.
我该如何解决这个问题?
答案 0 :(得分:1)
如果它在同一页面上,您可以使用
<li><a href="#services"
如果是其他页面
<li><a href="<?php echo base_url() ?>{route or controller name}#services"
确保已加载URL
帮助程序并使用index.php