时间:2021-07-01 10:21:17 帮助过:36人阅读
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>伪专家html5开发法短信功能</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"> <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script> </head> <body> <p data-role="page"> <p data-role="header" data-position="fixed"> <h1>伪专家html5开发打电话、发短信功能</h1> </p> <p data-role="content"> <p><b>如有疑问:请加qq群135430763,共同学习!!!</b></p> <p><b>如有疑问:请加qq群135430763,共同学习!!!</b></p> <p><a href="sms:10086?body=短信内容" data-role="button" data-theme="a">测试发短信</a></p> <p><a href="tel:10086" data-role="button" data-theme="a">测试打电话</a></p> </p> <p data-role="footer" data-position="fixed"> <h1>伪专家html5开发打电话、发短信功能</h1> </p> </p> </body> </html>
手机截图:
以上就是html5开发手机打电话发短信功能代码实例分享的详细内容,更多请关注Gxl网其它相关文章!