ionic3 框架開發app 在ios 9.0版本中 ReferenceError:Can't find variable:Intl 錯誤提示:
在index.html 文件中添加
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script>
一定要添加在 <script src="cordova.js"></script>
上面 。
ionic3 框架開發app 在ios 9.0版本中 ReferenceError:Can't find variable:Intl 錯誤提示:
在index.html 文件中添加
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script>
一定要添加在 <script src="cordova.js"></script>
上面 。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。