int sprintf(char *s,const char *fmstr[,argument]...) 与printf功能相似,但数据是通过一个指针s送入内存缓冲区,并以ASCII码的形式存储.
確定! 回上一頁