假設我們有一筆資料如下想要以JSON的格式顯示在網頁上 var data = { 'name' : 'andy' 'age': 30 } 我們可以使用JSON.stringify(data, null, ...
確定! 回上一頁