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删除。