日期:2014-05-17  浏览次数:20546 次

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

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