Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以通过包含任何头文件或其他内容以及Skype轻松检测到的首选数字格式来使Skype始终检测我网站上的数字...
这是基于浏览器扩展。您网站的用户必须安装它。
您可以尝试使用带有tel:或skype:架构的链接,例如:
tel:
skype:
<a href="tel:0123456789">Call us</a>
更多信息在这里