The idea is to generate a random number between 0 and the string's length, and return the character at the generated random index from the string. In C# ...
確定! 回上一頁