public class StringUtil extends Object
| Modifier | Constructor and Description |
|---|---|
private |
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
delLast(StringBuilder input)
删除最后一个字符
|
static String |
showUrl(String picId)
根据图片id转为直接显示的地址
|
public static String showUrl(String picId)
picId - 图片idpublic static void delLast(StringBuilder input)
input - 参数Copyright © 2024. All rights reserved.