jingzi111

 

 

 

<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
猜你喜欢
  • 2021-11-17
  • 2021-12-13
  • 2021-12-13
  • 2022-12-23
  • 2021-12-13
  • 2021-12-03
  • 2022-12-23
相关资源
相似解决方案