php跨越的两种方式 第一种方式: 通过 jsonp 第二种方式(通过header): header(“content-Type:application/json;charset=utf-8”); header(‘Access-Control-Allow-Origin:*’); header(‘Access-Control-Allow-Credentials:true’);