printf("%-7d", 10000); //左对齐且占用7个位置 printf("%7d, 10000); //右对齐且占用7个位置 其他的依次类推
2、先输出字符串a的内容,再输出maxlen - strlen(s) + 2个空格,最后输出│‘’。