允许跨域请求

在代码中加入

 

header('Access-Control-Allow-Origin:*');
// 响应类型
header('Access-Control-Allow-Methods:*');
posted @ 2024-10-30 14:15  时光一寸灰  阅读(2)  评论(0编辑  收藏  举报