C#对XML操作类 该类包含了对XML文件的创建,添加,读取,删除,修改等操作 //#define isUnity #if isUnity using UnityEngine; #endif using System.Collections; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.…