gpt4 book ai didi

javascript - iPad JavaScript 错误没有帮助

转载 作者:技术小花猫 更新时间:2023-10-29 11:01:29 26 4
gpt4 key购买 nike

我在 iPad 上遇到以下错误,但在桌面浏览器中没有:

JavaScript: Error
undefined
TypeError: 'undefined' is not a function

这是一个较大的 js 应用程序,此错误消息完全没有帮助。有什么办法可以获得错误的行号或更多信息?

更新:这变得很时髦。

line : 0    
page : undefined
desc : TypeError: 'undefined' is not a function
chr : undefined

用户代理是否在 FF 和 safari 中进行了欺骗。没有错误。

最佳答案

您可以尝试将自定义错误处理程序注册到 window.onerror

window.onerror = function (desc,page,line,chr)
{ alert('Line:'+line); }

desc = 错误信息
page = 发生错误的文件/页面
= 嗯...
chr = 行中错误的字符位置

关于javascript - iPad JavaScript 错误没有帮助,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10197895/

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