@pmun/utils / ParseQueryStringOptions
Interface: ParseQueryStringOptions
Properties
parseTypes?
ts
optional parseTypes: boolean;是否自动转换值的类型(如 "true" -> true, "false" -> false, 数字字符串转为 number, JSON 字符串转为对象/数组)
Default
ts
true