解锁STM32 Printf新姿势!,用vsprintf吧!int my_printf(const char *fmt, …){va_list args;int n;va_start(args, fmt); 初始化.
確定! 回上一頁