1、cdn静态资源库引用(百度静态资源公共库)
例:<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
2、本地下载引用(官网)
Download the uncompressed, development jQuery 3.3.1
例:<script type="text/javascript" src="jquery-3.3.1.js"></script>
建议使用第二种方式,安全 速度快 无限制。