JSON.parse()與JSON.stringify()

JSON.parse()與JSON.stringify() JSON.parse(JSON.stringify(data))的作用與注意點 深拷貝一個json對象,可以用來去除值不具有JSON 表示形式(數字、字符串、邏輯值、數組、對象、null)的屬性,也就是說像undefined和function這樣的屬性值。 注意點 如果data裏面有時間對象,使用JSON.parse(JSON.strin
相關文章
相關標籤/搜索