history.pushState(null, null, '?state=1');
在 Firefox 控制台中尝试上述操作时,它返回以下错误:
[19:15:18.029] history.pushState(null, null, '?state=1');
[19:15:18.032] [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHistory.pushState]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: Web Console :: <TOP_LEVEL> :: line 1" data: no]
我不知道为什么......另外,我使用 History.js 的网页也返回相同的错误。在 Chrome 中一切正常。
火狐12.0
任何帮助将不胜感激...