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.
我正在使用 asp.net mvc4 开发移动项目,我想要一个允许在智能手机上拨打电话的按钮,如何创建这样的按钮?
通常,允许从智能手机呼叫的链接如下所示:
<a href="tel:+33242125212">Call</a>
如果你想要按钮,你可以添加一个按钮类,让它看起来像一个按钮。