用C#随机点名小程序源代码

用C#随机点名小程序源代码,第1张

using System

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]

}

}

}

程序源码可以理解为是一个核丛销,小程序围绕这个进行渗型游构建,只要做小程序就会有源码,不过一般来讲,这个码对商家作用很小,基本上用不上,后期维护什么的也都可以找第三方帮忙。酷盈小程序专业开发,很可靠,而且做租升很久了,可以让人放心。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12314983.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-24
下一篇 2023-05-24

发表评论

登录后才能评论

评论列表(0条)

保存