当前位置:网站首页>Print memory station information

Print memory station information

2022-06-23 15:10:00 xufengnian_ boke

  try {
    
            $a = 10000;
            $b = 5413;
            $b = number_format($b);
            $c = $a-$b;
          dump($c);
        }catch (\Exception $e){
    
            return  $e->getTraceAsString();

            Log::write("[index]:"."|$a|$b|{
      $e->getMessage()}|{
      $e->getTraceAsString()}|$error");
        }
原网站

版权声明
本文为[xufengnian_ boke]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206231424045186.html