热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_46576239
wine street
4 年前
trueweixin_46576239

# 1

## 2

**2-1**

*2-2*

***2-3***

~~123~~

## 3

> sdfasdfasdfasdfasdfasdfasdf引用

## 4

***



***



---



## 超链接

[百度](
https://mp.csdn.net/console/home)



## 列表

1. 2
2. 2
3. 2

-
- 2
- 2
-

生日||

## 代码

```java
dfasdfsdfadf sdfsdf sdfsdf
```



```html

```



## 图片

![fds](C:\Users\Administrator\Desktop\头像🐷\7f4f16b10ffc4e46a2f9bb766d75ab36!400x400.jpg)

![1](//123p4.sogoucdn.com/imgu/2021/06/20210617202337_407.png)




CSDN App 扫码分享
分享
评论
4
打赏
  • 复制链接
  • 举报
下一条:
if(l.size() > 0) { Page report = l.get(0); if(report != null) { Date updated = report.getLastModificationDate(); String html = report.getBodyAsString(); Document doc = Jsoup.parse(html); doc.outputSettings().prettyPrint(false); // 不要格式化文档,否则有多余的换行 Elements es = doc.getElementsByTag("ac:structured-macro"); for(int i=0;i<es.size();i++){ acname = es.get(i).attr("ac:name"); if("require-status".equals(acname)) { temp = es.get(i).getElementsByTag("ac:parameter"); for(int j = 0;j < temp.size(); j++){ acnamep = temp.get(j).attr("ac:name"); if("Colour".equals(acnamep)){ status = temp.get(j).text(); break; } } } } } } map.put("status", status); list.add(map); } return Response.ok(new ResultModel(true,list)).build();
立即登录