using System.Collections.Generic
using System.Linq
using System.Text
using System.IOnamespace xxx{
class Program
{
static void Main(string[] args)
{ //读取TXT文档
FileStream fs1 = new FileStream(@"D:/2.txt", FileMode.Open)
StreamReader sr = new StreamReader(fs1)
string str1 = sr.ReadToEnd()
sr.Close();fs1.Close() //TXT文档中每个姓名一行,之间请已回宏仿扒车分隔string[] strQ = str1.Split('蔽昌大消\n') //随机提取Random rdn = new Random()
int index = rdn.Next(0, strQ.Length)
Console.WriteLine(strQ[index])
//return strQ[index]
}
}
}
小程序源码可以理解为是一个核丛销,小程序围绕这个进行渗型游构建,只要做小程序就会有源码,不过一般来讲,这个码对商家作用很小,基本上用不上,后期维护什么的也都可以找第三方帮忙。酷盈小程序专业开发,很可靠,而且做租升很久了,可以让人放心。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)