public class AttachmentUtil extends Object
| Constructor and Description |
|---|
AttachmentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
addFontTag(String content,
String fontSize)
一般情况下,content内容如下
[link url=\"http://ibotcluster.online.uairobot.com/robot/app/bjhg/attachment
.action?id=20180925125245390&name=LAI.docx\"]这里[/link]
相关问
知识点满意度调查
|
static List<String> |
getAttachmengURL(String content)
返回附件的的下载地址
|
static List<String> |
getAttachmengURL(String content,
String regex)
返回附件的的下载地址
|
static boolean |
isAttachment(String content)
判断返回的消息是不是附件消息 1.包含 attachment.action?id= 2.包含&name=
|
Copyright © 2021. All rights reserved.