gpt4 book ai didi

javascript - 样式表,图像在从标​​题链接到 index.php 文件时未加载

转载 作者:太空宇宙 更新时间:2023-11-04 06:25:43 26 4
gpt4 key购买 nike

出于某种原因,我无法将我的文件和外部样式表、外部 JS 文件链接到我的 index.php 文件。

我已将目录 akobuy > styles 文件夹中的 index.php 链接到 style.css:

enter image description here

我尝试了几个选项,但它似乎没有加载样式表:

 1. <link rel="stylesheet" type="text/css" href="styles/style.css">
2. <link rel="stylesheet" type="text/css" href="/styles/style.css">
3. <link rel="stylesheet" type="text/css" href="./styles/style.css">
4. <link rel="stylesheet" type="text/css" href="../Akobuy/styles/style.css">

JS 和图像也是如此:

enter image description here

我尝试了其他几个编辑器同样的问题。

最佳答案

试试这个:

<link rel="stylesheet" type="text/css" href="../styles/style.css">

与您的图片相关。 ../ 表示返回父级。

关于javascript - 样式表,图像在从标​​题链接到 index.php 文件时未加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55098150/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com