摘要: *** 需要注意undefined,function,symbol会被转换和忽略 *** 1.如果是数组使用 let arr1 = [2,undefined] => JSON.stringify(arr1) => [2,null] let arr2 = [2,function(){}] => JSO 阅读全文
posted @ 2021-10-11 11:06 zoo-x 阅读(174) 评论(0) 推荐(0) 编辑