摘要: //<Window x:Class="WpfApp64.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/ 阅读全文
posted @ 2024-12-14 00:32 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: Install-Package Newtonsoft.json static void ConvertXmlToJson(string xmlFile,string jsonFile) { try { if(File.Exists(xmlFile)) { using(FileStream fs=ne 阅读全文
posted @ 2024-12-14 00:02 FredGrit 阅读(40) 评论(0) 推荐(0)