gpt4 book ai didi

javascript - 尝试从我的 Node 服务器加载脚本文件 - 获取 404

转载 作者:行者123 更新时间:2023-11-28 03:50:54 27 4
gpt4 key购买 nike

我创建了一个 Node js 服务器。我正在发送一个包含以下行的 HTML 文件:

<script type="text/javascript" src="jquery.js"></script>

我的应用程序是这样安排的:

  • (dir) 服务器:包含“app.js”
  • (dir) 脚本:包含“jquery.js”
  • (dir) 客户端:包含 html 文件“index.html”

服务器发送 index.html 文件。当我按 F12 时,我收到以下错误:

Failed to load resource: the server responded with a status of 404 (Not Found)   http://localhost:8080/jquery.js

我也尝试更改 jquery 文件的目录,但它仍然给我错误。

有什么解决办法吗?谢谢...

最佳答案

尝试使用 scripts 目录中的静态文件:

app.use(express.static(__dirname + '/scripts'));

关于javascript - 尝试从我的 Node 服务器加载脚本文件 - 获取 404,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34600522/

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