Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/ainto.org/usr/plugins/TpCache/driver/typecho_mysql.class.php on line 93
PHP 允许ajax跨域 - Ainto

PHP 允许ajax跨域

发表在 开发 共有 0 条评论

该方法只需调整PHP代码,是跨域比较简单的方法之一

仅需在PHP代码添加

header("Access-Control-Allow-Origin: https://ainto.org");//如果需要设置允许所有域名发起的跨域请求,可以使用通配符 *

前端JavaScript无需调整

评论已关闭