摘要: using System; using System.IO; namespace Demo { class Program { static string tmpPath = @"D:/LgsTest/DiretoryTest"; static void Main(string[] args) { //Cr... 阅读全文
posted @ 2018-06-04 23:04 小·糊涂仙 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 只能写get,和set,到具体类实现的时候才确定get的是哪个字段的值,set的是哪个字段的值。 阅读全文
posted @ 2018-06-04 11:52 小·糊涂仙 阅读(1718) 评论(0) 推荐(0) 编辑