#include<stdio.h>int main()

        printf("ab c\t de\rf\tg\n");
        printf("h\bi\b\bj k\n");
        return 0; 
}
第二行的 i 为什么不见了,求大牛解释