How can I load a local json file?

后端 未结 3 1816
悲哀的现实
悲哀的现实 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 14:48

    If the JSON file is on your local computer, access it like this:

    You'll have to add that line to your offline project and remove it when it's live, but it's the best way to do it without any server-side assistance. You'll also have to remove your AJAX code for your demo, because it's not going to work on your local computer.

提交回复
热议问题