作者 王晓刚
1 个管道 的构建 通过 耗费 4 秒

特事特办

<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2019/9/2
* Time: 15:29
*/
namespace app\index\controller;
use think\Controller;
class Test extends Controller
{
public function index(){
$str = ",5A5A5A5A00000,02,0190805163810,5A,";
echo crc16($str);
return $this->fetch();
}
}
\ No newline at end of file
... ...