标签:html5 html5开发 html5打电话 html5发短信 html5手机高级功能开发
在很多的手机网站上,有打电话和发短信的功能,对于这些功能是如何实现的呢。其实不难,今天我们就用html5来实现他们。简单的让你大开眼界。<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <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> <div data-role="page"> <div data-role="header" data-position="fixed"> <h1>伪专家html5开发打电话、发短信功能</h1> </div> <div data-role="content"> <p><b>如有疑问:请加qq群135430763,共同学习!!!</b></p> <p><b>如有疑问:请加qq群135430763,共同学习!!!</b></p> <p><a href="sms:10086" data-role="button" data-theme="a">测试发短信</a></p> <p><a href="tel:10086" data-role="button" data-theme="a">测试打电话</a></p> </div> <div data-role="footer" data-position="fixed"> <h1>伪专家html5开发打电话、发短信功能</h1> </div> </div> </body> </html>手机截图:
html5开发手机打电话发短信功能,html5的高级开发,html5开发大全,html手机电话短信功能详解,布布扣,bubuko.com
html5开发手机打电话发短信功能,html5的高级开发,html5开发大全,html手机电话短信功能详解
标签:html5 html5开发 html5打电话 html5发短信 html5手机高级功能开发
原文地址:http://blog.csdn.net/xmtblog/article/details/32931905