02 2023 档案
摘要:<?phpdeclare (strict_types=1);namespace app\command;use think\console\Command;use think\console\Input;use think\console\input\Argument;use think\conso
阅读全文
摘要:获取php下个月当前时间public static function fq_time($time = ""){ if (!$time) $time = time(); $arr = getdate($time); //判断月份 $year = $arr['year']; $month = $arr[
阅读全文

浙公网安备 33010602011771号