Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/wwwroot/www.bdysoft.com/usr/themes/Joe/public/tencent_protect.php on line 36

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/wwwroot/www.bdysoft.com/usr/themes/Joe/public/tencent_protect.php on line 36
通过输入Html提取其中的图片地址信息 - 凝梦

通过输入Html提取其中的图片地址信息

levis
2021-08-16 发布 / 正在检测是否收录...
 /**
 * 通过Html获取图片链接
 * @param inputHtml
 * @return
 */
public List<String> getDetailImagesListFromHtml(String inputHtml){
    List<String> detailImagesList = ReUtil.findAll("url\(//(.*?(png|jpg|jpeg|webp|svg|psd|bmp|tif))", input, 1);
    return detailImagesList;
}
© 版权声明
THE END
喜欢就支持一下吧
点赞 0 分享 收藏

评论 (0)

取消