parent/children 对象

a.parent; 找a对象的父对象; 返回ele对象或undefined
a.children; 找a对象的所有子对象; array()
如果value是文本,会根据花括号切割成多个子 TextNode 对象