当我们在谷歌浏览器的控制台上报如下错误时,不妨试试以下方法;
报错:Image from origin ‘file://‘ has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin ‘null‘ is therefore not allowed access.
原因是:谷歌浏览器禁止了ajax的跨域提交
1.找到桌面的浏览器,右击鼠标--点击“快捷方式”
2.找到‘目标(T)’,在输入框的末尾处,点击空格键空一格
1>如果末尾有引号结尾 则加上:--args --disable-web-security
2>如果末尾没有,则加上:--disable-web-security 或者 --allow-file-access-from-files
时间: 2024-10-21 00:46:06