Tag: 混合大小写

如何获得带空格和混合大小写的随机字符串?

我需要生成一个包含空格和mixedCase的随机字符串。 这就是我到目前为止所做的一切: /// /// The Typing monkey generates random strings – can’t be static ’cause it’s a monkey. /// /// /// If you wait long enough it will eventually produce Shakespeare. /// class TypingMonkey { /// /// The Typing Monkey Generates a random string with the given length. /// /// Size of the string /// […]