关于smarty定义绝对路径在<script 中使用
使用了smartty定义了根目录
define("Path", dirname(__FILE__)."/");
Path(值为) D:\xampp\htdocs\mytest/
模板 .tpl文件位于 D:\xampp\htdocs\mytest/smarty/templates 下
jquery库文件位于 D:\xampp\htdocs\mytest/ 下
在模板(.tpl)文件中加载jquery库文件, src=".././jquery-1.6.js"使用相对路径没问题,
但是使用<script language="javascript" src={$Path}."jquery-1.6.js"></script>
则jquery加载不上,求解。
------解决方案--------------------你搞清楚,这个define("Path", dirname(__FILE__)."/");是个怎样的路径
浏览器加载需要怎样的路径先
------解决方案--------------------