I think all you need to display the data on an HTML page is JSON.stringify . For example, if your JSON is stored like this: var jsonVar = { text: "example" ...
確定! 回上一頁