猫小怪

世人慌慌张张,不过图碎银几两。

 

随笔分类 -  JS

Tab切换
摘要:function name(id,obj){ $(obj).attr('style','color:#000'); $(obj).siblings('li').attr('style','color:#000'); if (id==1){ $('#qiehuan1').show(); $('#qie 阅读全文

posted @ 2020-12-08 16:56 猫小怪 阅读(68) 评论(0) 推荐(0)

写项目时整理的小笔记(3)
摘要:1. 页面刷新 window.location.reload();//页面刷新 2. 跨控制器引用该控制器的一个方法方法(thinkphp3) $weixin = A("Wxapi/Weixin"); $signPackage = $weixin -> getSignPackage(); 3. 去除 阅读全文

posted @ 2020-06-08 21:13 猫小怪 阅读(64) 评论(0) 推荐(0)

tp3 对接短信接口
摘要:前端 html <div> <input type="text" id="phone" name="shouji" placeholder="请输入手机号"> <input type="button" style="float: right;color: #fff;width:40%;border- 阅读全文

posted @ 2020-06-08 21:01 猫小怪 阅读(174) 评论(0) 推荐(0)

导航