摘要: <script> let url = window.location.href; if (url.indexOf('https') < 0) { url = url.replace('http:', 'https:'); window.location.replace(url); } </scrip 阅读全文
posted @ 2019-11-16 15:32 神经蛙 阅读(320) 评论(0) 推荐(0)