我正在使用jQuery LightBox作为我的图片库.
按钮图像的URL为“../../Content/LightBox/lightBox-btn-next.gif”
如果我的URL是’localhost / Something1 / Somtehing2′,那很好用
如果我使用其他路由,如’localhost / Something1 / Something2 / Something3′,则按钮图像的URL不正确.
我可以在.js文件中使用Url.Action()吗?
这就是我调用.js文件的方式:
按钮图像的URL为“../../Content/LightBox/lightBox-btn-next.gif”
如果我的URL是’localhost / Something1 / Somtehing2′,那很好用
如果我使用其他路由,如’localhost / Something1 / Something2 / Something3′,则按钮图像的URL不正确.
我可以在.js文件中使用Url.Action()吗?
这就是我调用.js文件的方式:
<script type="text/javascript" src="<%= Url.Content("~/Scripts/jquery.lightBox-0.5.js") %>"></script>