Array to JSON : const jsonString = JSON.stringify(yourArray); // JSON to Object / Array const yourData = JSON.parse(jsonString);
確定! 回上一頁