\t就是空格

package com.daxing;

public class See {
public static void main(String[] args) {
System.out.println("学号\t年龄\t地址\t姓名");
}
}

输出:


学号 年龄 地址 姓名

Process finished with exit code 0

 

\t就是空格

posted @ 2021-11-09 16:00  小风扇呜呜呜  阅读(102)  评论(0)    收藏  举报