#include<stdio.h> int main(int argc, char *avgv[]) { char s[40]; sprintf(s,"%s%d%c","test",1,'2'); //第一个参数就是指向要写入的那个字符串的指针,剩下的就 ...
確定! 回上一頁