使用觉得路径·,html在D:\jw_ks\nginx-1.21.6\home\it\digital_media\digital_media.html,js在D:\jw_ks\nginx-1.21.6\home\js\temp.js,那html中script怎么写
时间: 2023-09-07 22:13:18 浏览: 119
?感谢您的提问。如果您的 js 文件在 D:\jw_ks\nginx-1.21.6\home\js\temp.js 中,那么您可以在 html 文件中使用以下代码来引用 js 文件:
```
<script src="../js/temp.js"></script>
```
其中,".." 表示返回上层目录,因为 js 文件和 html 文件在不同的目录中,所以需要使用相对路径来引用 js 文件。希望能对您有所帮助。
相关问题
1 CreateFile() "D:\jw_ks\nginx-1.21.6/conf/conf/htpasswd" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /it/it_home.html HTTP/1.1", host: "localhost:82", referrer: "http://localhost:82/"
这个错误提示是在使用nginx服务器时出现的,它表示在执行CreateFile()函数时无法找到指定的文件路径。具体原因可能是该路径不存在或者权限不足等问题。您需要检查该路径是否正确存在,或者更新相应的权限设置,以确保nginx服务器能够正常访问该文件。
nginx出现[error] 31952#31396: *1 CreateFile() "D:\jw_ks\nginx-1.21.6/home/it/it" failed (2: 系统找不到指定的文件), client: 127.0.0.1,服务器:localhost,请求:“GET /it HTTP/1.1”,主机:“localhost:8081”,引用者:“http://localhost/”
很抱歉,无法为您提供准确的答案,因为问题不够明确。 "[error] 31952" 是 nginx 产生的错误代码,但我们需要更多的上下文才能理解它的意思。 您可以提供更多的信息,例如出错的 nginx 日志片段,操作系统和 nginx 版本,这样我们才能帮助您解决问题。
阅读全文