mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-26 06:57:50 +08:00
commit
7145ce07e6
@ -62,7 +62,7 @@ public class XmlUtil {
|
||||
}
|
||||
Element e = em.element(tag);
|
||||
//
|
||||
return null == e ? null : e.getText();
|
||||
return null == e ? null : e.getText().trim();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user