QQ:16264558 TEL:13963782271
QQ:16264558 TEL:13963782271
第十六章 1、 输入和元素 电子邮件框 <input type="email"> 搜索框 <input type="search"> 电话框 <input type="tel"> URL 框 <input type="url"> 以下元素得到了部分浏览器的支持 日期 <input type="dat ...
分类:
Web程序 时间:
2016-04-11 23:48:50
阅读次数:
271
QQ:16264558 TEL:13963782271
QQ:16264558 TEL:13963782271
应用程序间跳转的应用场景 应用间的跳转: 1.//url :统一资源占位符 http://baidu.com tel://110 file:///apple/storebock //由 协议头:http:// tel:// file:// // 资源路径:baidu.com 2.如何配置应用程序的U ...
分类:
其他好文 时间:
2016-04-09 10:35:26
阅读次数:
165
// 验证字段 $('#info_form').validator({ rules : { checkMobile : function(ele) { return checkMobile(ele); }, 'tel': [/0\d{2,3}-\d{7,8}(|([-\u8f6c]{1}\d{1,5 ...
分类:
其他好文 时间:
2016-04-08 21:39:27
阅读次数:
391
QQ:16264558 TEL:13963782271
// 打电话 // 弊端:使用该方法进行拨号之后,当电话挂断之后不会返回应用程序, 会停留在通话记录界面// NSURL *url = [NSURL URLWithString:@"tel://13261936021"];// [[UIApplication sharedApplication] o ...
分类:
移动开发 时间:
2016-04-08 12:02:23
阅读次数:
209
QQ:16264558 TEL:13963782271