href =“ tel:”和手机号码
如果我使用的话tel:
,应该这样写国际电话代码。
<a href="tel:+6494461709">61709</a>
到目前为止,还算不错,但是如果有的话,我找不到有关如何以“国际”方式写手机号码的信息。
回答:
在您所在国家/地区内拨打号码时,仍然需要先拨打国家中继号码。例如,在澳大利亚,您会拨打:
0 - trunk prefix 2 - Area code for New South Wales
6555 - STD code for a specific telephone exchange
1234 - Telephone Exchange specific extension.
对于手机,这变成
0 - trunk prefix 4 - Area code for a mobile telephone
1234 5678 - Mobile telephone number
现在,当我想通过国际中继拨号时,您需要删除中继前缀并将其替换为国际拨号前缀。
+ - Short hand for the country trunk number 61 - Country code for Australia
4 - Area code for a mobile telephone
1234 5678 - Mobile telephone number
这就是为什么您经常会发现在拨打国际电话时,即使使用国际前缀在同一国家/地区内拨打电话时,电话号码的第一位数字也被丢弃的原因。
因此,作为每长途字冠为德国下降了0
,并添加+49
了[德国的国际电话代码(例如),并提供:
<a href="tel:+496170961709" class="Blondie"> Call me, call me any, anytime
<b>Call me (call me) I'll arrive</b>
When you're ready we can share the wine!
</a>
以上是 href =“ tel:”和手机号码 的全部内容, 来源链接: utcz.com/qa/432510.html