gpt4 book ai didi

javascript - Chrome : Uncaught Error: can't load XRegExp twice in the same frame

转载 作者:数据小太阳 更新时间:2023-10-29 03:48:54 29 4
gpt4 key购买 nike

以下代码在我的两台不同计算机(Windows 7,Chrome 12.0.742.100)上的两个 chrome 中都会失败。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Test</title>
<script type="text/javascript">
location.hash = "#one";
location.hash = "#two";
location.hash = "#three";
</script>
</head>
<body>
This will error out "Uncaught Error: can't load XRegExp twice in the same frame" in chrome. Anyone got an answer?
</body>
</html>

我觉得我尝试了一切。任何人都可以在 chrome 上确认这个错误,有没有人知道我如何解决它?非常感谢。

错误网址: http://jalsoedesign.net/test/hashchanging/

我应该补充:它工作正常,做了它应该做的事情(更改页面哈希),但仍然出现错误。

最佳答案

我在 Win7 的 Chrome 12.0.742.100 上运行良好。我假设你已经安装了扩展?禁用所有扩展程序(或进入隐身模式)并尝试再次加载您的页面。来自内容脚本的错误也会显示在 javascript 控制台中。如果您不使用 XRegExp在您的页面上,可能是其中一个扩展。

编辑:

异常源应位于右侧。单击它转到导致异常的脚本。

关于javascript - Chrome : Uncaught Error: can't load XRegExp twice in the same frame,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6424633/

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