gpt4 book ai didi

javascript - 如何监听 net::ERR_FILE_NOT_FOUND 错误

转载 作者:行者123 更新时间:2023-11-30 21:16:20 25 4
gpt4 key购买 nike

css 文件或 js 文件未被浏览器加载时,我试图捕获错误

我要找的是这样的

<html>
<head>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>

<body>
<h1 id="#status">Status : ...</h1>
</body>

<script>
docuement.whenLoadErrorHappen = function ()
{
document.findElementById("status").innerHTML = "Error Loading File";
}
</script>

</html>

最佳答案

使用 error事件附加到 <link>和,或 <script>元素,参见 Is there a way to know if a link/script is still pending or has it failed

关于javascript - 如何监听 net::ERR_FILE_NOT_FOUND 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45654012/

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