需要一行代码来输出指定字符的随机字符串
我正在记事本中工作,需要一行代码来吐出随机的一行字符(我指定的)。我还需要能够更改数字字符。
有人可以帮忙吗?
I am working in notepad, and a need a line of code that will spit out a random line of characters (that I specify). I need to be able change the number characters also.
Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我真的不确定你到底在问什么,但也许你想要一个批处理文件来吐出一行随机字符,这里有一个脚本可以做到这一点。
示例输出:
代码:
I'm really not sure what exactly you're asking, but maybe you want a batch file that spits out a line of random characters, and here's a script that will do that.
Example output:
Code: