12 2020 档案
摘要:namespace ConsoleApplication1 { class Program { static void Main(string[] args) { double[] a = { 0, 1, 2, 3, 4 };//原数组,即需要插入数据的数组 foreach (var item in
阅读全文
摘要:首先创建一个IniFiles类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using Syst
阅读全文
摘要:拿到string类型的数据: using System; using System.Collections; using System.Linq; namespace ConsoleApp1 { class Program { static void Main(string[] args) { Ar
阅读全文