在 ThinkPHP 中设置 Access-Control-Allow-Origin 可以通过修改响应的头部实现。以下是一种可行的方法: 在你的控制器中,可以使用 header() 函数来添加或修改响应头: public function index() { /..