How can I load a local json file?

后端 未结 3 1796
悲哀的现实
悲哀的现实 2021-01-15 14:07

Is there a way to configure firefox using about:config to allow local file access (for demo purposes)?

Specifically using FF12, I need to be able to

3条回答
  •  遥遥无期
    2021-01-15 15:08

    Ok, JSON requests using AJAX work just fine as long as your data files are down path from your originating HTML file. So I was trying to go up a level to _assets/ directory. The solution is to move _assets into the HTML current directory for access.

    You can use AJAX with async=false in this case.

提交回复
热议问题