File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -303,12 +303,12 @@ user-select:none;
303
303
- 第二种方案:
304
304
- 将type="number"改为type="tel",同样是数字键盘,但是没有箭头。
305
305
306
- - [ HTML5手机浏览直接给一个号码打电话,发短信] ( http://java-er.com/blog/html5-mobile-call-sms/ )
306
+ - [ HTML5手机浏览直接给一个号码打电话,发短信] ( http://java-er.com/blog/html5-mobile-call-sms/ )
307
307
308
- ``` html
309
- <a href =" tel:15222222222" >移动WEB页面JS一键拨打号码咨询功能</a >
310
- <a href =" sms:15222222222" >移动WEB页面JS一键发送短信咨询功能</a >
311
- ` 移动web页面自动探测电话号码`
312
- <meta name =" format-detection" content =" telephone=no" >
313
- <meta http-equiv =" x-rim-auto-match" content =" none" >
314
- ```
308
+ ``` html
309
+ <a href =" tel:15222222222" >移动WEB页面JS一键拨打号码咨询功能</a >
310
+ <a href =" sms:15222222222" >移动WEB页面JS一键发送短信咨询功能</a >
311
+ // 移动web页面自动探测电话号码
312
+ <meta name =" format-detection" content =" telephone=no" >
313
+ <meta http-equiv =" x-rim-auto-match" content =" none" >
314
+ ```
You can’t perform that action at this time.
0 commit comments