标签: javascript jquery ssl https
是否可以自动检测是否通过http或https访问该网页,然后添加https://url.js或http://url.js?
通过https包含的javascript有什么不同吗?我在谈论缓存时代等等?
谢谢, 韦斯利
答案 0 :(得分:11)
使用协议相对链接,从//开始,而不是http or https:
//
http or https
<script type='text/javascript' src="//path/to/file.js"></script>