wolichuang / dailyInterview

面试、工作中遇到的issue
0 stars 0 forks source link

html5 - 页面调用手机打电话功能 #23

Open wolichuang opened 3 years ago

wolichuang commented 3 years ago
1. 
<meta name="format-detection" content="telephone=yes"/>

2. 
<a href="tel:400-0000-688">400-0000-688</a>
<a href="sms:18688888888">发短信</a>