js的加载方式

同步加载即<script>标签

异步加载即

动态插入<script>标签,动态修改<script>的src属性。

Ajax加载。

原文地址:https://www.cnblogs.com/daishuguang/p/4152729.html