可以具体地讲讲吗?
谢谢你。可是我在软件上查的是说:buffer写入的缓冲区,例如:#include <stdio.h>#include <math.h>int main(void){ char buffer[80]; sprintf(buffer, "An approximation of Pi is %f", M_PI); puts(buffer); return 0;}