如何使用 ICU 库将估计时间转换为字符串
如何使用 ICU 库将估计时间转换为字符串?
How to convert estimated time to string with ICU library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 ICU 库将估计时间转换为字符串?
How to convert estimated time to string with ICU library?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
坦率地说,听起来您误解了 ICU 库的用途。 ICU 库用于基本的 Unicode 支持。 “预计时间”只是一个时间间隔; ICU 库并不关心你从哪里得到它。
此外,“当前不支持相对时间样式。”即 ICU 无法格式化时间间隔。
Frankly, it sounds like you're misunderstanding the purpose of the ICU library. The ICU library is for basic Unicode support. An "estimated time" is just a time interval; the ICU lib doesn't care where you got it from.
Furthermore, "Relative time styles are not currently supported." i.e. ICU can't format time intervals.