Warning: Missing argument 3 for write(), called in /www/wwwroot/biwei1.cn/incs/robot.php on line 68 and defined in /www/wwwroot/biwei1.cn/incs/data.php on line 487 写C++遇到bug:追回去发现有个const指针出错心里首先想这是顶层还是底层const然后发现指针指向的类对象也有const函数里还包了const然后想这里是不是constexpr发现形参里const也应该是对的…