作为 jQuery 用户,我使用 Google 链接远程库
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
这是非常聪明的,因为如果读者访问了另一个执行相同操作的站点,它已经加载到浏览器缓存中。
当我发现 Phaser 时,我希望看到网络上的人们也这样做
<script src="https://raw.githubusercontent.com/photonstorm/phaser/master/build/phaser.min.js"></script>
或任何图书馆主持人,但显然没有人这样做。
Phaser 用户不这样做有什么原因吗?