上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页
摘要: 1,直接弹窗 uni.showToast({ title: '标题', duration: 2000 }); 2,隐形弹窗 隐藏提示框:uni.hideToast(); 3,选择框 之 弹窗双选择 uni.showModal({ title: '提示', content: '这是一个模态弹窗', s 阅读全文
posted @ 2022-07-06 18:40 79524795 阅读(965) 评论(0) 推荐(0)
摘要: 111 # 获取当前月的天数 $month_now_days = date('t'); //echo $month_now_days; # 获取某月的天数 $month_certain_days = date('t',strtotime('1993-8-1')); //echo $month_cer 阅读全文
posted @ 2022-07-05 19:14 79524795 阅读(208) 评论(0) 推荐(0)
摘要: 首选项 -设置- User"index_files": false, 阅读全文
posted @ 2022-07-05 11:47 79524795 阅读(119) 评论(0) 推荐(0)
摘要: uni.showLoading({ title: '申请中' }); 提示转圈 uni.hideLoading(); 结束转圈 阅读全文
posted @ 2022-07-05 11:24 79524795 阅读(185) 评论(0) 推荐(0)
摘要: for ($iall = 0; $iall < count($all); $iall++) { $isdel = 0; for ($tbs = 0; $tbs < count($ces); $tbs++) { if($all[$iall]['mobile'] == $ces[$tbs]['tel'] 阅读全文
posted @ 2022-07-05 10:13 79524795 阅读(168) 评论(0) 推荐(0)
摘要: 测试一下MarkDown文档 不错 阅读全文
posted @ 2022-07-05 10:13 79524795 阅读(11) 评论(0) 推荐(0)
摘要: break; 跳出 一层 循环 continue 2; 跳出二层循环 阅读全文
posted @ 2022-07-05 10:09 79524795 阅读(314) 评论(0) 推荐(0)
摘要: $arr = array_values($arr); 阅读全文
posted @ 2022-07-04 19:51 79524795 阅读(221) 评论(0) 推荐(0)
摘要: php中 != 就是判断的全等 阅读全文
posted @ 2022-07-04 19:02 79524795 阅读(11) 评论(0) 推荐(0)
摘要: 一般json编码格式是{key:value},而表单编码方式则是 key=value&key2=value2。 直接上代码: 代码中这样传传过去 就是FormData方式 $data ="id=230&rid=3533&name=王炎&id_number=35018119800&mobile=113 阅读全文
posted @ 2022-06-25 10:40 79524795 阅读(1932) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页