Kettle链接mysql出现报错:Connection failed. Verify all connection parameters and confirm that the appropriate driver is installed. The server time zone value is unrecognized or represents more than one time zone. You must configure either the se…
childNodes
childNodes指的是返回当前元素子节点的所有类型节点,其中连空格和换行符都会默认文本节点
childNodes只会返回文本和元素的节点,并不能返回属性节点!!! children
children指的是返回当前元素的所有元素…