macro_rules! short_float { ($float:expr) => { ... }; (str? $float:expr) => { ... }; (str $s:expr) => { ... }; }
「短浮点」的快捷构造宏