会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿果2021
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2021年6月4日
jquery 多选框 全选
摘要: HTML <table width="200px"> <tr> <td><input type="checkbox" class="checkbox"></td> <td>ID</td> <td>名字</td> </tr> <tr> <td><input type="checkbox" class=
阅读全文
posted @ 2021-06-04 19:35 阿果2021
阅读(125)
评论(0)
推荐(0)
2021年6月3日
TP5.0 发送短信的接口编写
摘要: //判断是否为空 if(empty($phone)){ //号码不能为空返回 return json(['code'=>400,'data'=>null,'msg'=>'号码不能为空']); } //正则判断号码格式是否正确 if(!preg_match('/^(13[0-9]|14[5|7]|15
阅读全文
posted @ 2021-06-03 22:18 阿果2021
阅读(97)
评论(0)
推荐(0)
Tp5.0 登录接口编写(带验证码验证)
摘要: //获取表单数据 $verifyData = $_POST; //判断验证码是否正确 if(!captcha_check($verifyData['code'])){ //错误返回 json格式 return json(['code'=>400,'data'=>null,'msg'=>'验证码错误'
阅读全文
posted @ 2021-06-03 22:15 阿果2021
阅读(274)
评论(0)
推荐(0)
PHP 超简易 购物车列表 //思路
摘要: HTML<h1 class="price">1000</h1> <div class="clearfix choose"> <div id="specification" class="summary-wrap clearfix"> <dl> <dt> <div class="fl title">
阅读全文
posted @ 2021-06-03 21:09 阿果2021
阅读(118)
评论(0)
推荐(0)
上一页
1
2
公告