1***@qq.com
1***@qq.com
  • 发布:2024-11-11 14:42
  • 更新:2024-11-11 14:42
  • 阅读:98

打包安卓app, 提示没有Intl, ReferenceError: Intl is not defined

分类:uni-app

console.log(Intl); // 直接报错ReferenceError: Intl is not defined

如果项目用到的第三方插件/ui 里面用了这个Intl, 会报错

安卓上uniapp没有添加Intl这个实现吗,
Intl 对象是 ECMAScript 国际化 API 的一个命名空间,它提供了精确的字符串对比、数字格式化,和日期时间格式化。

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl

2024-11-11 14:42 负责人:无 分享
已邀请:

要回复问题请先登录注册