摘要: namespace VT301{ class SqlConnectClass { public struct sqlInf { public string ServerName; public string UserID; public string PWD; public string DATAB 阅读全文
posted @ 2022-02-15 15:04 油条两米九 阅读(79) 评论(0) 推荐(0)
摘要: class ExcleReadTxt { public void ExcleRead(string testFilePath,string testFile,out List<List<string>> getData, out int row,out int column) { Applicati 阅读全文
posted @ 2022-02-15 14:55 油条两米九 阅读(83) 评论(0) 推荐(0)