12 2020 档案

摘要:namespace ConsoleApplication1 { class Program { static void Main(string[] args) { double[] a = { 0, 1, 2, 3, 4 };//原数组,即需要插入数据的数组 foreach (var item in 阅读全文
posted @ 2020-12-14 11:04 冰糖小袁子 阅读(176) 评论(0) 推荐(0) 编辑
摘要:首先创建一个IniFiles类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using Syst 阅读全文
posted @ 2020-12-07 10:35 冰糖小袁子 阅读(582) 评论(0) 推荐(0) 编辑
摘要:拿到string类型的数据: using System; using System.Collections; using System.Linq; namespace ConsoleApp1 { class Program { static void Main(string[] args) { Ar 阅读全文
posted @ 2020-12-04 08:46 冰糖小袁子 阅读(666) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示