网址http换成https ----js <script type="text/javascript"> var url = window.location.href; if (url.indexOf("https") < 0) { url = url.replace("http:", "https:"); window.location.replace(url); } </script> 相关文章: 2021-06-07 2021-04-05 2021-11-17 2021-04-02 2021-12-03 2021-11-17 2022-12-23