摘要:1.IF条件删减 1 if (isset($searchDate) && true !== checkNull($searchDate)) { 2 $flag = checkDates($searchDate); 3 if (!$flag) { 4 return wrongBack(lang('Ti
阅读全文
posted @ 2022-03-09 16:01
随笔分类 - thinkphp
thinkphp随笔
摘要:1.IF条件删减 1 if (isset($searchDate) && true !== checkNull($searchDate)) { 2 $flag = checkDates($searchDate); 3 if (!$flag) { 4 return wrongBack(lang('Ti
阅读全文
posted @ 2022-03-09 16:01
|
||