问题描述 webman admin中使用UserController,添加user,使用insert(),并在里面添加log记录,在新增过程中,会发现GET和POST都被调用2次,不知道为什么; [2024-07-22 19:10:07] default.INFO: UserController insert method called {"method":"GET"} []...
问题描述 我使用最简版聊天室进行修改,修改start_web.php,增加响应前端ajax功能,响应后依据获取到的id进行数据库读取并反馈结果给前端;很奇怪的问题是:使用守护模式php start.php -d运行后,ajax功能失效,但是如果使用php start.php运行后,ajax功能是正常的;不知道问题出在哪里,请大神帮忙指导下,谢谢!~~~ 程序代码 <?php /** * This file...