字符串前面自动补零
Posted Rainyn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了字符串前面自动补零相关的知识,希望对你有一定的参考价值。
public class front0add { public static void main(String[] args) { // TODO Auto-generated method stub String newString = String.format("%04d",718); System.out.println("newString == "+newString); } }
以上是关于字符串前面自动补零的主要内容,如果未能解决你的问题,请参考以下文章