먼저 크로스 도메인이 무엇인지 https://baike.baidu.com/item/...
초보자를 위한 비교 Baike.baidu.com/item/... 친숙한 서버 패널이지만 도메인 간 문제와 같은 일부 일반적인 서버 문제는 피할 수 없습니다:
웹사이트>웹사이트 선택>구성 파일
솔루션
add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Credentials' 'true'; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
로그인 후 복사
이 페이지로 이동 그리고 하단에 위 코드를 붙여넣고 다시 시작하세요. 서버는 충분합니다
여기 테스트할 수 있는 음악의 json 데이터가 있습니다
http://101.200.141.4/api/musi...
juqery: $.ajax({ type: "get", url: "http://101.200.141.4/api/music.json", success: function (response) { console.log(response.name); console.table(response.data); } }); 在vue中可以安装vue-axios进行请求
로그인 후 복사