wordpress 的主题中的页面有php和html,css和js的路径该怎么统一写?
对于html页面是这么写的,这样直接打开页面html也可以用。
<script></script>
对于php这样
<script><br /><br /> 对于存在2种页面的情况下,如何写比较统一?<br><font color='#FF8000'>------解决思路----------------------<br>$PHP_SELF=$_SERVER['PHP_SELF'];<br /><br />$url='http://'.$_SERVER['HTTP_HOST'].substr($PHP_SELF,0,strrpos($PHP_SELF,'/')+1);<br /><br />echo $url;<br /><br /> <br />输出结果:http://localhost/<div class="clear"></script>