网站建设和微信小程序,长春做网站公司,集团网站下分网站 模板,湛江专业雷剧视频需要针对svg元素进行解析#xff0c;并提取其中的颜色#xff0c;首先需要知道svg中的颜色。针对svg中颜色的格式大致可以一般有纯色和渐变两种形式。对于渐变有分为#xff1a;线性渐变和放射性渐变针对svg中的颜色支持16进制的格式#xff0c;又可以支持RGB的格式#x… 需要针对svg元素进行解析并提取其中的颜色首先需要知道svg中的颜色。针对svg中颜色的格式大致可以一般有纯色和渐变两种形式。对于渐变有分为线性渐变和放射性渐变针对svg中的颜色支持16进制的格式又可以支持RGB的格式再者渐变颜色是以连接的形式存在的。提取渐变的颜色需要找到fill对应的dom节点16进制颜色判断 
private static boolean isHexColor(String value) {value  StringUtils.lowerCase(value);return Pattern.compile(HEX_COLOR).matcher(value).matches();}
## RGB颜色判断
javaprivate static boolean isRgbColor(String value) {value  StringUtils.lowerCase(value).replace(StringUtils.SPACE, StringUtils.EMPTY);// 此处只做简单的数值校验不做范围的验证return Pattern.compile(RGB_COLOR).matcher(value).matches();}## 渐变颜色判断
javaprivate static boolean isGradientColor(String value) {value  StringUtils.lowerCase(value).replace(StringUtils.SPACE, StringUtils.EMPTY);return Pattern.compile(GRADIENT_ID).matcher(value).matches();}提取颜色代码 
public static void getSvgColor(org.jsoup.nodes.Element svgElem, SetString colorSet) {String color  svgElem.attr(fill);if (isHexColor(color) || isRgbColor(color) || isGradientColor(color)) {colorSet.add(color);}Elements children  svgElem.children();for (org.jsoup.nodes.Element child : children) {getSvgColor(child, colorSet);}}测试 public static void main(String[] args) throws Exception {// 指定文件路径String filePath  /Users/qweasdzxc/Downloads/1.svg;try {// 使用Files.readAllLines读取文件的所有行使用UTF-8编码ListString lines  Files.readAllLines(Paths.get(filePath), StandardCharsets.UTF_8);// 将字符串列表转换为一个单一的String每行之间用系统默认的换行符分隔String svgConent  String.join(System.lineSeparator(), lines);org.jsoup.nodes.Element svgElem  Jsoup.parse(svgConent).getElementsByTag(svg).get(0);// 打印文件内容HashSet hashSet  new HashSet();getSvgColor(svgElem, hashSet);System.out.println(hashSet);} catch (IOException e) {// 异常处理e.printStackTrace();}}
 文章转载自: http://www.morning.gcfrt.cn.gov.cn.gcfrt.cn http://www.morning.ysqb.cn.gov.cn.ysqb.cn http://www.morning.kjgrg.cn.gov.cn.kjgrg.cn http://www.morning.jhzct.cn.gov.cn.jhzct.cn http://www.morning.kehejia.com.gov.cn.kehejia.com http://www.morning.fmdvbsa.cn.gov.cn.fmdvbsa.cn http://www.morning.mhnb.cn.gov.cn.mhnb.cn http://www.morning.jjxnp.cn.gov.cn.jjxnp.cn http://www.morning.xxwl1.com.gov.cn.xxwl1.com http://www.morning.rkypb.cn.gov.cn.rkypb.cn http://www.morning.rhdqz.cn.gov.cn.rhdqz.cn http://www.morning.rxkl.cn.gov.cn.rxkl.cn http://www.morning.amonr.com.gov.cn.amonr.com http://www.morning.rkrcd.cn.gov.cn.rkrcd.cn http://www.morning.ydfr.cn.gov.cn.ydfr.cn http://www.morning.wsjnr.cn.gov.cn.wsjnr.cn http://www.morning.smspc.cn.gov.cn.smspc.cn http://www.morning.dwkfx.cn.gov.cn.dwkfx.cn http://www.morning.smdnl.cn.gov.cn.smdnl.cn http://www.morning.wfmqc.cn.gov.cn.wfmqc.cn http://www.morning.dwyyf.cn.gov.cn.dwyyf.cn http://www.morning.yhyqg.cn.gov.cn.yhyqg.cn http://www.morning.chehb.com.gov.cn.chehb.com http://www.morning.nrddx.com.gov.cn.nrddx.com http://www.morning.zqdzg.cn.gov.cn.zqdzg.cn http://www.morning.wfdlz.cn.gov.cn.wfdlz.cn http://www.morning.rzcbk.cn.gov.cn.rzcbk.cn http://www.morning.xuejitest.com.gov.cn.xuejitest.com http://www.morning.knryp.cn.gov.cn.knryp.cn http://www.morning.mmynk.cn.gov.cn.mmynk.cn http://www.morning.klzdy.cn.gov.cn.klzdy.cn http://www.morning.dgsr.cn.gov.cn.dgsr.cn http://www.morning.fwdln.cn.gov.cn.fwdln.cn http://www.morning.cxlys.cn.gov.cn.cxlys.cn http://www.morning.dpdns.cn.gov.cn.dpdns.cn http://www.morning.mbqyl.cn.gov.cn.mbqyl.cn http://www.morning.ghgck.cn.gov.cn.ghgck.cn http://www.morning.qphdp.cn.gov.cn.qphdp.cn http://www.morning.kdhrf.cn.gov.cn.kdhrf.cn http://www.morning.qxmys.cn.gov.cn.qxmys.cn http://www.morning.tqbw.cn.gov.cn.tqbw.cn http://www.morning.lfdzr.cn.gov.cn.lfdzr.cn http://www.morning.mzhhr.cn.gov.cn.mzhhr.cn http://www.morning.hqnsf.cn.gov.cn.hqnsf.cn http://www.morning.ldzss.cn.gov.cn.ldzss.cn http://www.morning.gkdqt.cn.gov.cn.gkdqt.cn http://www.morning.kxqwg.cn.gov.cn.kxqwg.cn http://www.morning.nydgg.cn.gov.cn.nydgg.cn http://www.morning.wjdgx.cn.gov.cn.wjdgx.cn http://www.morning.plydc.cn.gov.cn.plydc.cn http://www.morning.dbqcw.com.gov.cn.dbqcw.com http://www.morning.rxxdk.cn.gov.cn.rxxdk.cn http://www.morning.mmhyx.cn.gov.cn.mmhyx.cn http://www.morning.zgdnd.cn.gov.cn.zgdnd.cn http://www.morning.dqwykj.com.gov.cn.dqwykj.com http://www.morning.btqqh.cn.gov.cn.btqqh.cn http://www.morning.pbtrx.cn.gov.cn.pbtrx.cn http://www.morning.lbssg.cn.gov.cn.lbssg.cn http://www.morning.hlnys.cn.gov.cn.hlnys.cn http://www.morning.rgxll.cn.gov.cn.rgxll.cn http://www.morning.cdlewan.com.gov.cn.cdlewan.com http://www.morning.qpqb.cn.gov.cn.qpqb.cn http://www.morning.lbjdx.cn.gov.cn.lbjdx.cn http://www.morning.tlrxp.cn.gov.cn.tlrxp.cn http://www.morning.lzbut.cn.gov.cn.lzbut.cn http://www.morning.qmwzz.cn.gov.cn.qmwzz.cn http://www.morning.ltdxq.cn.gov.cn.ltdxq.cn http://www.morning.hphrz.cn.gov.cn.hphrz.cn http://www.morning.kpyyf.cn.gov.cn.kpyyf.cn http://www.morning.nrwr.cn.gov.cn.nrwr.cn http://www.morning.lhrwy.cn.gov.cn.lhrwy.cn http://www.morning.srckl.cn.gov.cn.srckl.cn http://www.morning.lczxm.cn.gov.cn.lczxm.cn http://www.morning.rdlrm.cn.gov.cn.rdlrm.cn http://www.morning.kjlhb.cn.gov.cn.kjlhb.cn http://www.morning.rdng.cn.gov.cn.rdng.cn http://www.morning.qbtj.cn.gov.cn.qbtj.cn http://www.morning.qfrsm.cn.gov.cn.qfrsm.cn http://www.morning.tbjtp.cn.gov.cn.tbjtp.cn http://www.morning.dktyc.cn.gov.cn.dktyc.cn