zoukankan      html  css  js  c++  java
  • jquery读取本地文件,Windows上报错。XMLHttpRequest cannot load xxx. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.k.cors.a.c

    问题:
    测试报告,使用本地的json.txt文件,结果文件读取失败,报错如下:
    XMLHttpRequest cannot load xxx. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.k.cors.a.crossDomain.send @ jquery.min.js:4
     
    解决方法:
    在浏览器快捷键上右键选择属性(chrom和360都支持),目标,在exe后增加 --allow-file-access-from-files
  • 相关阅读:
    Intern Day5
    PTA1007
    Intern Day5
    Intern Day2
    Intern Day5
    Intern Day2
    Intern Day2
    Intern Day2
    Intern Day1
    柯南剧场版17绝海的侦探
  • 原文地址:https://www.cnblogs.com/meitian/p/6371056.html
Copyright © 2011-2022 走看看