int snprintf(char *str, size_t size, const char *format, ...); 参数: str -- 目标字符串。 size -- 拷贝的字节数(bytes). format -- 格式化参数.
確定! 回上一頁