警告本文最后更新于 2013-05-12,文中内容可能已过时。1、html 的实现:<head> <!-- 以下方式只是刷新不跳转到其他页面 --> <meta http-equiv="refresh" content="10"> <!-- 以下方式定时转到其他页面 --> <...
http://192.168.7.101:50070/explorer.html#/
我在本地运行一个react项目地址为http://localhost:3000我去请求接口地址为http://localhost:5000时由于同源策略的限制,就产生了跨域问题