var oldPath = window.location.pathname;
var newPath = decodeURIComponent( unescape( unescape(oldPath)));
var stateObj = {};
history.pushState(stateObj, "", newPath);
Uncaught URIError: URI malformed
最新推荐文章于 2025-01-21 18:06:28 发布