摘要: if (!function_exists('check_cors_request')) { /** * 跨域检测 */ function check_cors_request() { if (isset($_SERVER['HTTP_ORIGIN']) && $_SERVER['HTTP_ORIGI 阅读全文
posted @ 2021-01-24 20:10 roy1101 阅读(175) 评论(0) 推荐(0)