简体   繁体   English

对澳大利亚号码使用“tel:”的正确方法

[英]correct way to use “tel:” for australia numbers

this is more of a 'straya question. 这更像是一个“小问题”。 I want to have a number on a website clickable on mobile. 我希望在移动设备上可点击的网站上有一个号码。 But I'm not sure what syntax to use. 但我不确定使用什么语法。 Example I have so far: 我到目前为止的例子:

<a href="tel:+0744444444">07 4444 4444</a>

Is the area code (07) necessary? 区号(07)是否必要? Any help would be greatly appreciated. 任何帮助将不胜感激。

The 07 code is necessary if you are not calling from within the 07 area. 如果你不是在07区域内打电话,那么07码是必要的。 There might be another number 4444 4444 elsewhere in Australia but not within 07. 澳大利亚其他地方可能还有另外一个4444 4444但不在07年之内。

You are probably best to use the international code for Australia +61 and then drop the 0. So the number would be +61744444444. 您可能最好使用澳大利亚的国际代码+61然后降低0.所以数字将是+61744444444。 That will work from anywhere. 这将在任何地方工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM