您当前的位置: 首页 >  Java

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

JAVA格式化输出字串

柳鲲鹏 发布时间:2020-12-23 11:27:58 ,浏览量:0

参考:

https://blog.csdn.net/quantum7/article/details/109734822

// 右侧补空格:
System.out.print(String.format("%-13s", name));

// 左侧补空格:
System.out.print(String.format("%13s",  name));

 

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0529s