直接使用Json_decode会把数字字符串转换成浮点数
要转换成字符串,第四个参数指定为:JSON_BIGINT_AS_STRING
手册上这样说:Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING is supported (default is to cast large integers as floats)
直接使用Json_decode会把数字字符串转换成浮点数要转换成字符串,第四个参数指定为:JSON_BIGINT_AS_STRING手册上这样说:Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING is supported (default is to cast large...
直接使用Json_decode会把数字字符串转换成浮点数
要转换成字符串,第四个参数指定为:JSON_BIGINT_AS_STRING
手册上这样说:Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING is supported (default is to cast large integers as floats)
评论
0成为第一个留下想法的人。