int sprintf(char *string, char *format [,argument,...]); 参数: string: 要写入的缓冲区 format: 要写入string中数据的格式,例如%s、%d、%x等 ...
確定! 回上一頁