多谢各位朋友,问题已经解决.谢谢!#include<stdio.h>
main(){ int i; for(i=1;i<=256;i++) { printf("%d %c\t",i-1,i-1); if(i%8==0) printf("\n"); } getch();}