方法介绍 获取节点xml字符
方法名称:getXml
语法:
local xml = nodeLib.getXml()
返回值:
返回当前界面布局xml字符串
方法例子
local xml = nodeLib.getXml() print(xml) sleep(100000)