使用以下代码,我可以成功加载XML文件。但我想将总内容设置为textarea我该怎么做
Dim xmlDoc, objNodeList, plot
Set xmlDoc = CreateObject("Msxml2.DOMDocument")
xmlDoc.load("\ReadIT.xml")
'I want to set this xmlDoc total content to a textarea
答案 0 :(得分:0)
xmlDoc.xml将为您提供ReadIT.xml的总xml内容