Css错误,不在ASP.NET文件中调用。 [英] Css error , not calling in ASP.NET file.

查看:77
本文介绍了Css错误,不在ASP.NET文件中调用。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误:

无法加载资源:服务器响应状态为404(未找到)



我不知道这里有什么问题,为什么不在css存在的情况下调用css。



我尝试了什么:



错误:

无法加载资源:服务器响应状态为404(未找到)



我尝试这个:



< script src =../ assets / plugins / pl-visualization / sparkline / jquery.sparkline.min.js> &安培; LT; /脚本>



错误:无法使用前导..退出顶级目录。



当我尝试这个:



< script src =../../ assets / plugins / pl-visualization / sparkline / jquery.sparkline.min.js> ;&安培; LT; /脚本>



我用〜字符检查但是没有工作:(



我不知道是什么这里错了,为什么不在css存在时调用css。

Error:
Failed to load resource: the server responded with a status of 404 (Not Found)

I do not know what's wrong here , why not css calling while css exist.

What I have tried:

Error:
Failed to load resource: the server responded with a status of 404 (Not Found)

When i try this with:

<script src="../assets/plugins/pl-visualization/sparkline/jquery.sparkline.min.js">&lt;/script>

Error: Cannot use a leading .. to exit above the top directory.

When i try this with:

<script src="../../assets/plugins/pl-visualization/sparkline/jquery.sparkline.min.js">&lt;/script>

I check with ~ character as well but did not working :(

I do not know what's wrong here , why not css calling while css exist.

推荐答案

Quote:

错误:

无法加载资源:服务器响应状态为404(未找到)

Error:
Failed to load resource: the server responded with a status of 404 (Not Found)

简单,您在路径或文件名中有错误。不幸的是,您是唯一的一个可以检查。

Simple, you have a mistake in path or file name. Unfortunately, you are the only one that can check.

Quote:

错误:无法使用前导..退出顶级目录。

Error: Cannot use a leading .. to exit above the top directory.

.. 用于转到父目录,但它不起作用,因为你已经在根目录。再次,你是唯一一个可以检查。

The .. is used to go to parent directory, but it don't work because you are already on root directory. Once again you are the only one that can check.

引用:

我不知道这里有什么问题,为什么不在css存在的情况下调用css。

I do not know what's wrong here , why not css calling while css exist.

为此文件提供完整路径。

Give full path for this file.


这篇关于Css错误,不在ASP.NET文件中调用。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆