Access to XMLHttpRequest at 'http://www.test.com/index.php/article' from origin 'http://127.0.0.1' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. 什么錯
Access to XMLHttpRequest at 'http://www.test.com/index.php/article' from origin 'http://127.0.0.1' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
2019-07-10
跨域問題,需要解決跨域;
jsonp?
代理
cors
2019-06-20
跨域問題