回退符\b

回退符\b

#include <stdio.h>
int main(){
    printf("hello\b");
    getchar();
    getchar();
    return 0;
}

实验结果

posted @ 2016-02-25 09:45  hopskin1  阅读(451)  评论(0编辑  收藏  举报