tp5 解決跨域請求問題

1.模塊下建立文件夾behavior,並建立CORS.php文件,內容以下 <?php namespace app\api\behavior; use think\Response; class CORS { public function appInit(&$params) { header('Access-Control-Allow-Origin: *')
相關文章
相關標籤/搜索