摘要: string path = AppDomain.CurrentDomain.BaseDirectory+"UserContent1.xml"; //判断相应路径下文件是否存在 不存在的情况下就新建 if (!File.Exists(path)) { File.Create(path); ... 阅读全文
posted @ 2018-06-09 15:59 MrXiang 阅读(147) 评论(0) 推荐(0) 编辑