次のコードは、2台の異なるコンピューター(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>
何でもやってみたような気がします。誰かがクロームでこのエラーを確認できますか、そして誰かが私がそれを修正する方法について考えを持っていますか?どうもありがとう。
エラーのURL:http: //jalsoedesign.net/test/hashchanging/
追加する必要があります: 正常に動作し、必要な処理を実行します(ページのハッシュを変更します)が、それでもエラーが発生します。