这是UTF-8的BOM问题,一般是入口文件或controller文件保存格式带了 BOM 标签。
解决方案
打开文件\vendor\topthink\think-captcha\src\Captcha.php
找到170行,加入ob_clean();
这是UTF-8的BOM问题,一般是入口文件或controller文件保存格式带了 BOM 标签。
打开文件\vendor\topthink\think-captcha\src\Captcha.php
找到170行,加入ob_clean();