当前位置:Gxlcms > PHP教程 > thinkphp路径有关问题

thinkphp路径有关问题

时间:2021-07-01 10:21:17 帮助过:9人阅读

thinkphp 路径问题
就是在html页面上写的连接到下个页面的动态连接。
action:当前是index方法,想连接到a_more方法;
model:当前的index,想用m_more
html:当前是index,想连接到h_more页面。
传的值是id=1。

------解决方案--------------------
thinkphp 只能用绝对路径 不支持相对路径好像

人气教程排行