标签a、img、list 一、a标签 1、常用用法 2、相对路径 3、常用属性 4、其他用法 mailto:邮件给... tel:电话给... sms:信息给... 5、a标签reset操作 6、锚点 7、鼠标样式 二、img标签 1、常用用法 2、常用属性 三、list列表 1、有序列表 2、无序 ...
分类:
其他好文 时间:
2018-09-21 20:49:23
阅读次数:
201
App Technical Support Email:qazxswert210@mail.com TEl: +86 18682363790 This is only belong to your own private property, you can save photo video you ...
分类:
移动开发 时间:
2018-09-21 15:09:57
阅读次数:
178
点我打电话 电话:10010 function telPhone(phone){ location.href = 'tel:' + phone; } 完结,勿谢 ...
分类:
其他好文 时间:
2018-09-18 16:03:40
阅读次数:
218
一、禁止电话和邮箱 <meta name='format-detection' content='telephone=no,email=no'/> 允许使用:<a href="tel:123456789120">123456789120</a>、<a href="mailto:123456789@q ...
分类:
移动开发 时间:
2018-08-31 00:36:21
阅读次数:
187
函数式编程和面向对象对比 def email(em,text): """ 发送邮件 :return: """ print(em,text) def msg(tel,text): """ 发送短信 :return: """ print(tel,text) def wechat(num,text): " ...
分类:
编程语言 时间:
2018-08-27 18:22:08
阅读次数:
217
-- 1.基本表操作表 drop table user1; create table user1( id number(5,3) not null, -- (N,M) N:一共几位,M:小数后几位 name varchar2(10) not null, tel number(11,0) not nu ...
分类:
其他好文 时间:
2018-08-27 11:21:00
阅读次数:
167
来源poj1797 Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tel ...
分类:
其他好文 时间:
2018-08-08 12:05:41
阅读次数:
201
1.添加数据(把user改为你的表名) insert into user(user_id,user_name,password,name,sex,card_id,tel,addr,overtime) values(7,'xiao',123456,'张三','男','370125199xxxxxxxx ...
分类:
数据库 时间:
2018-08-07 23:56:53
阅读次数:
175
php:a.代码:/**@desc:隐藏手机号*@param:tel手机号,如:13987654321*@param:num隐藏的位数,默认4位*@returnret回显的手机号,如:139xxxx4321*/functionhidetel($tel,$num=4){$len=mb_strlen($tel);$start=floor(($len-$num)/2);$end=ceil(($len-$
分类:
移动开发 时间:
2018-07-31 19:14:45
阅读次数:
189
1、淘宝网 API地址: http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=手机号码参数:tel:手机号码返回:JSON2、拍拍API地址: http://virtual.paipai.com/extinfo/GetMobileProd ...
分类:
移动开发 时间:
2018-07-17 12:34:54
阅读次数:
876