Home  >  Q&A  >  body text

javascript - Can the "Open in browser" in the WeChat menu also specify the URL to be opened?

  1. The default is to open the URL of the current page. Is there any way to specify the URL to open?

PHPzPHPz2731 days ago820

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-19 10:13:33

    var stateObj = { foo: "bar" };
    window.history.pushState(stateObj, "page 2", "http://your.url/name.html");

    After your page is loaded, use the above code to add a URL to the browsing history in setTimeOut that you want to open in the browser.

    reply
    0
  • Cancelreply