字符串布尔值转布尔类型
Boolean(JSON.parse("false"));
Boolean(JSON.parse("true"));
字符串数组转数组类型数组
JSON.parse("[1,2,3]")
数组转字符串
2024-01-10 16:08:34
字符串布尔值转布尔类型
Boolean(JSON.parse("false"));
Boolean(JSON.parse("true"));
字符串数组转数组类型数组
JSON.parse("[1,2,3]")
数组转字符串