java前面补零

// 0 表明前面补充0
// 8 表明长度为8
// d 表明参数为正数型
return String.format("%08d", sequence);

前面自动补0orm

相关文章
相关标签/搜索