pub fn de_opt_i32_loose<'de, D>(d: D) -> Result<Option<i32>, D::Error>where D: Deserializer<'de>,
JSON 可选 i32(兼容数字或字符串)