使用fast-json-stringify代替JSON.stringify

使用JSON.stringify的思考 使用過JSON對象的程序員最常作的一項工做即是,將JSON對象轉化爲字符串。該字符串的用途不少,例如可使用在WEB的URL中,在多個頁面間進行傳遞。深度使用 JSON.stringify()html const obj = { id: 1, name: 'object' }; const jsonStr = JSON.stringify(obj); /
相關文章
相關標籤/搜索