http://www.wtbis.cn/plugin/31 composer require webman/cors route.php // 給所有OPTIONS請求設(shè)置跨域 Route::options('[{path:.+}]', function (){ return response(''); });...