p2不显示
换个库地址就没问题了
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
原有的http 米有s,添加就可以了
<script src="http://code.jquery.com/jquery-1.11.3.js"></script>
在JQuery的src地址中http改为https就可以了
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>