Printing JSON in HTML TABLE saved from another table using local storage so that i print my table on another page

前端 未结 2 1577
悲&欢浪女
悲&欢浪女 2021-01-28 15:33

In my assignment i have to take the data from user input using and save data in local storage. I have to print this data from local storage in horizontal table format to other p

2条回答
  •  野性不改
    2021-01-28 16:15

    So I did not find a problem with the first file that inserts the JSON data to the local storage. The problem was with getting the data from the second file

    
    
    
        
        

    There are comments everywhere so make sure to read them and understand why it works that way. Because this is also a learning process. If you have a question just ask.

提交回复
热议问题