iPhone 的电话号码格式
我必须在 iPhone 应用程序中以编程方式拨打电话。 我有一组不同国家/地区具有不同格式的数字 - 大括号、点、空格、“+”号。
我可以简单地删除所有这些并只留下数字吗?
例如:
+1-(609) 452-8401 => 16094528401 // 美国
+49(0)89.439 => 49089439 // 德国
+1-(949)586-1250 => 19495861250 // 美国洛杉矶
这是正确的吗?
I have to make calls programmatically in my iPhone app.
I have set of numbers in different countries with different formatting - braces, dots, spaces, "+" sign.
Can I simply remove all of this and left only numbers?
for example:
+1-(609) 452-8401 => 16094528401 // usa
+49(0)89.439 => 49089439 // germany
+1-(949)586-1250 => 19495861250 // los angeles, usa
Will it be correct?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:-
try this:-