int snprintf(char *str, size_t size, const char *format, ...); ... sprintf, snprintf, vsprintf 和vsnprintf 函數把輸出內容存放到字符串str 中.
確定! 回上一頁