技术教程
当前位置:首页 > 技术教程

php接口设置允许跨域

( 更新:10-02   加入收藏)

header('Access-Control-Allow-Origin:*'); // *代表允许任何网址请求

相关阅读