public class StringFillTool extends Object
| 构造器和说明 |
|---|
StringFillTool() |
public static String prefixFill(String s, int length, String filler)
s - 参数length - 参数filler - 参数public static String suffixFill(String s, int length, String filler)
s - 参数length - 参数filler - 参数public static void main(String[] args)
Copyright © 2024. All rights reserved.