public class EasyImageSrcUtils extends Object
| Constructor and Description |
|---|
EasyImageSrcUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List |
findAllSrc(String content)
提取所有图片对象的src属性值,包含http://开头的网络图片
|
static List |
findAllSrcNoNet(String content)
提取所有图片对象的src属性值,但不包含http://开头的网络图片
|
static String |
findFirstSrc(String content)
提取第一幅图片的src属性值
|
Copyright © 2015. All rights reserved.