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