摘要: 直接上代码 在后台写 允许跨域的域名, $allowedDomains = array("https://example1.com", "https://example2.com"); $origin = isset($_SERVER['HTTP_ORIGIN']) ? $_SERVER['HTTP 阅读全文
posted @ 2023-10-30 11:27 79524795 阅读(4) 评论(0) 推荐(0) 编辑