【发布时间】:2019-05-20 20:43:43
【问题描述】:
string usernamesfile = File.ReadAllText(openusername.FileName);
string passwordsfile = File.ReadAllText(openpassword.FileName);
我想从两个文本文件中读取并将所有行组合在一起,用“:”分隔它们:
基本上:
line:line
line2:line2
谢谢 =)
【问题讨论】:
-
你试过什么?你试过连接吗?
标签: c#