thinkphp 路径问题就是在html页面上写的连接到下个页面的动态连接。action:当前是index方法,想连接到a_more方法;model:当前的index,想用m_morehtml:当前是index,想连接到h_more页面。传的值是id=1。------解决方案-------------------- thinkphp 只能用绝对路径 不支持相对路径好像