今天看新闻说,苹果前几天下架了不少 JS-Patch 热更新的应用, 那很多 H5 的应用可能会在 html 文件中,这样写
<script src="https://othersite.com/api.js"></script>
这算 JS Patch 吗?
<script src="https://othersite.com/api.js"></script>
这算 JS Patch 吗?
1
mkeith Jun 22, 2017
|
2
q409195961 Jun 22, 2017
不算,你这样只会改动 h5 页面。
|