德国 Android 号码格式

发布于 2024-12-07 06:24:38 字数 211 浏览 3 评论 0 原文

是否有一种公共算法可以格式化德国电话号码(手机和固定电话)?我看到有一种格式化电话号码的方法 PhoneNumberUtils.getFormatTypeForLocale(Locale locale) 但这仅适用于 NANP 国家,参见此处

is there a public algorithm that formats German phone numbers (mobile and landlines)? I saw there is a method to format phone numbers PhoneNumberUtils.getFormatTypeForLocale(Locale locale) but this is only for NANP countries, see here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不必在意 2024-12-14 06:24:38

也许 libphonenumber 可以做你想做的事?

Maybe libphonenumber can do what you want?

梦旅人picnic 2024-12-14 06:24:38

就像大多数 Android 文档 PhoneNumberUtils 的创建非常糟糕。尝试 Locale.GERMANY 作为方法输入。如果像您提到的那样区域设置格式不可用,您必须编写自己的方法。也许扩展 PhoneNumberUtils 并覆盖该方法是一个很好的做法。无论如何,祝你好运:)。

编辑:阿斯巴甜的答案对我来说似乎更合乎逻辑。

Like most android documentation PhoneNumberUtils very poorly created. Try Locale.GERMANY as method input. If the locale format is unavaible like you mentioned, you have to write your own method. Maybe extending PhoneNumberUtils and overriding that method is a good practice. Good luck anyway :).

Edit: aspartame's answer seems more logical to me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文