[.NET] 如何利用XmlDocument建立空值的Element?
請輸入專案類型(網站專案或者應用程式專案):應用程式
想請教各位, 最近在寫xml文件遇到個問題
Dim xdoc as xmlDocument
Dim xElement as xmlElement
xdoc = new xmlDocument
xElement = xdoc.CreateElement("TEST")
xdoc.AppendChild(xElement)
這樣似乎會有問題, 想問如何建立只有Element而沒有值的標籤呢?如 <TEST></TEST>
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 106.1.127.109
※ 文章網址: https://www.ptt.cc/bbs/Visual_Basic/M.1452778131.A.6A6.html
→
01/19 17:24, , 1F
01/19 17:24, 1F
→
01/19 17:25, , 2F
01/19 17:25, 2F
Visual_Basic 近期熱門文章
PTT數位生活區 即時熱門文章