语法
表达式.LastChild
表达式 一个返回 XMLNode 对象的表达式。
示例
以下示例访问活动文档中第二个元素的最后一个子元素。
let objNode = ActiveDocument.XMLNodes.Item(2).LastChild