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 在ios9.0 系统下 会出现ReferenceError:Can't find variable:Intl 错误提示
原文地址:https://www.cnblogs.com/cxcoder/p/9449326.html
时间: 2024-11-05 13:37:50