JSON+Javascript/jQuery. How to import data from a json file and parse it?

前端 未结 7 2123
猫巷女王i
猫巷女王i 2021-01-31 19:12

If I have a JSON file named names.json with:

{\"employees\":[
    {\"firstName\":\"Anna\",\"lastName\":\"Meyers\"},
    {\"firstNam         


        
7条回答
  •  忘了有多久
    2021-01-31 19:42

    If you want to use PHP.

    
    
    

    Optionally, use it async:

    
    

    The PHP:

    
    

提交回复
热议问题