int sprintf(char *str, const char *format, [arg1, arg2, ... ]); ... It follows the same specifications as printf() . [arg1,arg2...] are the integer(s) to be ...
確定! 回上一頁