Message in Chinese (Traditional) (中文(繁體))
若要寫入 JSON 陣列,可以使用 XML 寫入器方法來寫入屬性 type="array",其後緊接著方法 (例如 WriteStartElement (含本機名稱 "item")、WriteAttributeString 及 WriteEndElement),以寫入 JSON 陣列項目。
Unlocalized message
To write JSON arrays, use XML writer methods to write the attribute type="array" followed by methods like WriteStartElement (with the local name "item"), WriteAttributeString, and WriteEndElement to write the JSON array items.
Search by Google