举例: // strrev.c #include <syslib.h> #include <string.h> main() { char *s="Welcome To Beijing"; clrscr(); textmode(0x00); // 6 lines per screen ...
確定! 回上一頁